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.
Files changed (41) hide show
  1. {proofctl-0.5.1/proofctl.egg-info → proofctl-0.5.2}/PKG-INFO +1 -1
  2. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/terraform.py +6 -1
  3. {proofctl-0.5.1 → proofctl-0.5.2/proofctl.egg-info}/PKG-INFO +1 -1
  4. {proofctl-0.5.1 → proofctl-0.5.2}/pyproject.toml +1 -1
  5. {proofctl-0.5.1 → proofctl-0.5.2}/LICENSE +0 -0
  6. {proofctl-0.5.1 → proofctl-0.5.2}/MANIFEST.in +0 -0
  7. {proofctl-0.5.1 → proofctl-0.5.2}/README.md +0 -0
  8. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/__init__.py +0 -0
  9. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/_globmatch.py +0 -0
  10. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/baseline.py +0 -0
  11. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/__init__.py +0 -0
  12. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/base.py +0 -0
  13. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/dockerfile.py +0 -0
  14. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/hcl_utils.py +0 -0
  15. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/imports.py +0 -0
  16. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/leakage.py +0 -0
  17. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/llm_integration.py +0 -0
  18. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/placeholders.py +0 -0
  19. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/quality.py +0 -0
  20. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/secrets.py +0 -0
  21. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/security.py +0 -0
  22. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/shell_checker.py +0 -0
  23. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/terragrunt.py +0 -0
  24. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/variants.py +0 -0
  25. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/checkers/yaml_checker.py +0 -0
  26. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/cli.py +0 -0
  27. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/config.py +0 -0
  28. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/engine.py +0 -0
  29. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/fixer.py +0 -0
  30. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/models.py +0 -0
  31. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/registry.py +0 -0
  32. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/__init__.py +0 -0
  33. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/html_reporter.py +0 -0
  34. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/json_reporter.py +0 -0
  35. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl/reporters/terminal.py +0 -0
  36. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/SOURCES.txt +0 -0
  37. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/dependency_links.txt +0 -0
  38. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/entry_points.txt +0 -0
  39. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/requires.txt +0 -0
  40. {proofctl-0.5.1 → proofctl-0.5.2}/proofctl.egg-info/top_level.txt +0 -0
  41. {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.1
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
- _AI_ANGLE_BRACKET_RE = re.compile(r'"[^"]*<[A-Za-z][A-Za-z0-9_\-]+>[^"]*"')
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.1
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.1"
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