proofctl 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {proofctl-0.5.1/proofctl.egg-info → proofctl-0.5.2}/PKG-INFO +1 -1
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/terraform.py +6 -1
- {proofctl-0.5.1 → proofctl-0.5.2/proofctl.egg-info}/PKG-INFO +1 -1
- {proofctl-0.5.1 → proofctl-0.5.2}/pyproject.toml +1 -1
- {proofctl-0.5.1 → proofctl-0.5.2}/LICENSE +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/MANIFEST.in +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/README.md +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/__init__.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/_globmatch.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/baseline.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/__init__.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/base.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/dockerfile.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/hcl_utils.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/imports.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/leakage.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/llm_integration.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/placeholders.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/quality.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/secrets.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/security.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/shell_checker.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/terragrunt.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/variants.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/yaml_checker.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/cli.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/config.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/engine.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/fixer.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/models.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/registry.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/__init__.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/html_reporter.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/json_reporter.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/terminal.py +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/SOURCES.txt +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/dependency_links.txt +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/entry_points.txt +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/requires.txt +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/top_level.txt +0 -0
- {proofctl-0.5.1 → proofctl-0.5.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: proofctl
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Zero-dependency linter for Python, Terraform, Dockerfiles, Kubernetes, and GitHub Actions — catches AI slop and security misconfigurations pre-commit
|
|
5
5
|
Author-email: Kolawolu Odunola <kolawolu.o@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -143,7 +143,12 @@ _AI_PLACEHOLDER_VALUE_RE = re.compile(
|
|
|
143
143
|
r'<[A-Z][A-Z0-9_\-]+>|placeholder|todo)"',
|
|
144
144
|
re.IGNORECASE,
|
|
145
145
|
)
|
|
146
|
-
|
|
146
|
+
# Single-line anchored: [^"\n]* (not [^"]*) so the match can't span
|
|
147
|
+
# across a closing+opening quote pair on different lines. Without the
|
|
148
|
+
# \n exclusion, a line like `attr = "TRUE"` followed several lines
|
|
149
|
+
# down by `image = "..."` produces a spurious match that picks up any
|
|
150
|
+
# `<placeholder>` in a comment in between.
|
|
151
|
+
_AI_ANGLE_BRACKET_RE = re.compile(r'"[^"\n]*<[A-Za-z][A-Za-z0-9_\-]+>[^"\n]*"')
|
|
147
152
|
|
|
148
153
|
# AWS region format: us-east-1 (with trailing -digit). GCP uses us-east1, us-central1.
|
|
149
154
|
_AWS_REGION_RE = re.compile(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: proofctl
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Zero-dependency linter for Python, Terraform, Dockerfiles, Kubernetes, and GitHub Actions — catches AI slop and security misconfigurations pre-commit
|
|
5
5
|
Author-email: Kolawolu Odunola <kolawolu.o@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "proofctl"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.2"
|
|
8
8
|
description = "Zero-dependency linter for Python, Terraform, Dockerfiles, Kubernetes, and GitHub Actions — catches AI slop and security misconfigurations pre-commit"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|