deployproof 1.1.2__tar.gz → 1.1.12__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 (64) hide show
  1. {deployproof-1.1.2/src/deployproof.egg-info → deployproof-1.1.12}/PKG-INFO +9 -9
  2. {deployproof-1.1.2 → deployproof-1.1.12}/README.md +8 -8
  3. {deployproof-1.1.2 → deployproof-1.1.12}/pyproject.toml +1 -1
  4. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/__init__.py +1 -1
  5. {deployproof-1.1.2 → deployproof-1.1.12/src/deployproof.egg-info}/PKG-INFO +9 -9
  6. {deployproof-1.1.2 → deployproof-1.1.12}/LICENSE +0 -0
  7. {deployproof-1.1.2 → deployproof-1.1.12}/setup.cfg +0 -0
  8. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/ci.py +0 -0
  9. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/cli.py +0 -0
  10. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/control_flow.py +0 -0
  11. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/coverage_plugin.py +0 -0
  12. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/cve.py +0 -0
  13. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/dependencies.py +0 -0
  14. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/diff.py +0 -0
  15. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/history_secrets.py +0 -0
  16. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/interactive.py +0 -0
  17. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/mocks.py +0 -0
  18. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/mutator.py +0 -0
  19. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/reporter.py +0 -0
  20. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/sast.py +0 -0
  21. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/secrets.py +0 -0
  22. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/symlinks.py +0 -0
  23. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/synthesizer.py +0 -0
  24. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/wsl.py +0 -0
  25. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/SOURCES.txt +0 -0
  26. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/dependency_links.txt +0 -0
  27. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/entry_points.txt +0 -0
  28. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/requires.txt +0 -0
  29. {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/top_level.txt +0 -0
  30. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_advanced_mutation_operators.py +0 -0
  31. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_baseline_collection_error.py +0 -0
  32. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_ci_github.py +0 -0
  33. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cli.py +0 -0
  34. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cli_dependency_scan.py +0 -0
  35. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cli_symlink_integration.py +0 -0
  36. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_comprehensive_feature_matrix.py +0 -0
  37. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_config_file.py +0 -0
  38. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_control_flow.py +0 -0
  39. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cve.py +0 -0
  40. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_dependencies_extractor.py +0 -0
  41. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_dependencies_pypi.py +0 -0
  42. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_diff.py +0 -0
  43. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_dynamic_test_selection.py +0 -0
  44. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_edge_cases_validation.py +0 -0
  45. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_env_and_poetry_dependencies.py +0 -0
  46. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_equivalent_mutants.py +0 -0
  47. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_full_parity_matrix.py +0 -0
  48. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_history_secrets.py +0 -0
  49. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_import_graph_discovery.py +0 -0
  50. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_interactive.py +0 -0
  51. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mocks.py +0 -0
  52. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mutation_schemata.py +0 -0
  53. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mutation_suites.py +0 -0
  54. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mutator.py +0 -0
  55. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_pyproject_config.py +0 -0
  56. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_sast.py +0 -0
  57. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_secrets.py +0 -0
  58. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_stress_regressions.py +0 -0
  59. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_symlink_escapes_edge_cases.py +0 -0
  60. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_symlink_security_suite.py +0 -0
  61. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_symlinks.py +0 -0
  62. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_synthesizer.py +0 -0
  63. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_tier1_upgrade_integration.py +0 -0
  64. {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_wsl.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deployproof
3
- Version: 1.1.2
3
+ Version: 1.1.12
4
4
  Summary: Deterministic pre-push quality & security gate for modern Python codebases: In-memory AST mutation testing, credential scanning, and self-healing test synthesis.
5
5
  Author-email: SVS Praveen <svspraveens@gmail.com>
6
6
  License-Expression: MIT
@@ -35,17 +35,17 @@ Dynamic: license-file
35
35
 
36
36
  > Deterministic pre-push quality & security gate for modern Python codebases: In-memory AST mutation testing, credential scanning, and self-healing test synthesis. Built for human engineering teams and AI-assisted workflows alike.
37
37
 
38
- [![PyPI version](https://img.shields.io/badge/pypi-v1.1.2-007ec6.svg)](https://pypi.org/project/deployproof/)
38
+ [![PyPI version](https://img.shields.io/badge/pypi-v1.1.12-007ec6.svg)](https://pypi.org/project/deployproof/)
39
39
  [![Python versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-3776ab.svg)](https://pypi.org/project/deployproof/)
40
- [![CI](https://github.com/SVSPraveen/DeployProof/actions/workflows/ci.yml/badge.svg)](https://github.com/SVSPraveen/DeployProof/actions/workflows/ci.yml)
41
- [![Tests](https://img.shields.io/badge/tests-261%20passed-2ea44f.svg)](https://github.com/SVSPraveen/DeployProof)
40
+ [![CI](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml/badge.svg)](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml)
41
+ [![Tests](https://img.shields.io/badge/tests-261%20passed-2ea44f.svg)](https://github.com/SVSPraveen/deployproof)
42
42
  [![Stress Tests](https://img.shields.io/badge/stress%20tests-14%2F14%20passed-2ea44f.svg)](stress_fixtures/)
43
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
44
- [![Docs](https://img.shields.io/badge/docs-DeployProof%20Portal-6366f1.svg)](https://svspraveen.github.io/DeployProof/)
44
+ [![Docs](https://img.shields.io/badge/docs-DeployProof%20Portal-6366f1.svg)](https://svspraveen.github.io/deployproof/)
45
45
 
46
46
  ---
47
47
 
48
- > 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/DeployProof/)**
48
+ > 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/deployproof/)**
49
49
 
50
50
  ## Why This Exists
51
51
 
@@ -504,15 +504,15 @@ jobs:
504
504
  ### Pre-Commit Framework (.pre-commit-config.yaml)
505
505
  ```yaml
506
506
  repos:
507
- - repo: https://github.com/SVSPraveen/DeployProof
508
- rev: v1.1.2
507
+ - repo: https://github.com/SVSPraveen/deployproof
508
+ rev: v1.1.12
509
509
  hooks:
510
510
  - id: deployproof-check
511
511
  ```
512
512
 
513
513
  ## Status & Roadmap
514
514
 
515
- - **Current (v1.1.2):** In-Memory AST Schemata Mutation Testing, Actionable Self-Healing Test Synthesizer (`--heal-tests`), Interactive Quick-Fix Mode (`-i`), `pyproject.toml` `[tool.deployproof]` configuration engine, GitHub Actions native inline annotations and `$GITHUB_STEP_SUMMARY` dashboard, `.pre-commit-hooks.yaml` support, Full Repository Audit Mode (`--full-repo`) with isolated multi-worker sandboxes, AST OWASP Top 10 SAST scanner, 50-commit git history secrets scanner, OSV CVE database verification, GhostApproval symlink sandbox escape detector, **261 unit tests**, and complete `/docs` product portal.
515
+ - **Current (v1.1.12):** In-Memory AST Schemata Mutation Testing, Actionable Self-Healing Test Synthesizer (`--heal-tests`), Interactive Quick-Fix Mode (`-i`), `pyproject.toml` `[tool.deployproof]` configuration engine, GitHub Actions native inline annotations and `$GITHUB_STEP_SUMMARY` dashboard, `.pre-commit-hooks.yaml` support, Full Repository Audit Mode (`--full-repo`) with isolated multi-worker sandboxes, AST OWASP Top 10 SAST scanner, 50-commit git history secrets scanner, OSV CVE database verification, GhostApproval symlink sandbox escape detector, **261 unit tests**, and complete `/docs` product portal.
516
516
  - **Next:** Reverse test-to-source dependency mapping (see `FUTURE_SCOPE.md`), SARIF 2.1.0 report exporter, and multi-language mutation rule packs.
517
517
 
518
518
  ## Contributing
@@ -2,17 +2,17 @@
2
2
 
3
3
  > Deterministic pre-push quality & security gate for modern Python codebases: In-memory AST mutation testing, credential scanning, and self-healing test synthesis. Built for human engineering teams and AI-assisted workflows alike.
4
4
 
5
- [![PyPI version](https://img.shields.io/badge/pypi-v1.1.2-007ec6.svg)](https://pypi.org/project/deployproof/)
5
+ [![PyPI version](https://img.shields.io/badge/pypi-v1.1.12-007ec6.svg)](https://pypi.org/project/deployproof/)
6
6
  [![Python versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-3776ab.svg)](https://pypi.org/project/deployproof/)
7
- [![CI](https://github.com/SVSPraveen/DeployProof/actions/workflows/ci.yml/badge.svg)](https://github.com/SVSPraveen/DeployProof/actions/workflows/ci.yml)
8
- [![Tests](https://img.shields.io/badge/tests-261%20passed-2ea44f.svg)](https://github.com/SVSPraveen/DeployProof)
7
+ [![CI](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml/badge.svg)](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml)
8
+ [![Tests](https://img.shields.io/badge/tests-261%20passed-2ea44f.svg)](https://github.com/SVSPraveen/deployproof)
9
9
  [![Stress Tests](https://img.shields.io/badge/stress%20tests-14%2F14%20passed-2ea44f.svg)](stress_fixtures/)
10
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
11
- [![Docs](https://img.shields.io/badge/docs-DeployProof%20Portal-6366f1.svg)](https://svspraveen.github.io/DeployProof/)
11
+ [![Docs](https://img.shields.io/badge/docs-DeployProof%20Portal-6366f1.svg)](https://svspraveen.github.io/deployproof/)
12
12
 
13
13
  ---
14
14
 
15
- > 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/DeployProof/)**
15
+ > 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/deployproof/)**
16
16
 
17
17
  ## Why This Exists
18
18
 
@@ -471,15 +471,15 @@ jobs:
471
471
  ### Pre-Commit Framework (.pre-commit-config.yaml)
472
472
  ```yaml
473
473
  repos:
474
- - repo: https://github.com/SVSPraveen/DeployProof
475
- rev: v1.1.2
474
+ - repo: https://github.com/SVSPraveen/deployproof
475
+ rev: v1.1.12
476
476
  hooks:
477
477
  - id: deployproof-check
478
478
  ```
479
479
 
480
480
  ## Status & Roadmap
481
481
 
482
- - **Current (v1.1.2):** In-Memory AST Schemata Mutation Testing, Actionable Self-Healing Test Synthesizer (`--heal-tests`), Interactive Quick-Fix Mode (`-i`), `pyproject.toml` `[tool.deployproof]` configuration engine, GitHub Actions native inline annotations and `$GITHUB_STEP_SUMMARY` dashboard, `.pre-commit-hooks.yaml` support, Full Repository Audit Mode (`--full-repo`) with isolated multi-worker sandboxes, AST OWASP Top 10 SAST scanner, 50-commit git history secrets scanner, OSV CVE database verification, GhostApproval symlink sandbox escape detector, **261 unit tests**, and complete `/docs` product portal.
482
+ - **Current (v1.1.12):** In-Memory AST Schemata Mutation Testing, Actionable Self-Healing Test Synthesizer (`--heal-tests`), Interactive Quick-Fix Mode (`-i`), `pyproject.toml` `[tool.deployproof]` configuration engine, GitHub Actions native inline annotations and `$GITHUB_STEP_SUMMARY` dashboard, `.pre-commit-hooks.yaml` support, Full Repository Audit Mode (`--full-repo`) with isolated multi-worker sandboxes, AST OWASP Top 10 SAST scanner, 50-commit git history secrets scanner, OSV CVE database verification, GhostApproval symlink sandbox escape detector, **261 unit tests**, and complete `/docs` product portal.
483
483
  - **Next:** Reverse test-to-source dependency mapping (see `FUTURE_SCOPE.md`), SARIF 2.1.0 report exporter, and multi-language mutation rule packs.
484
484
 
485
485
  ## Contributing
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "deployproof"
7
- version = "1.1.2"
7
+ version = "1.1.12"
8
8
  description = "Deterministic pre-push quality & security gate for modern Python codebases: In-memory AST mutation testing, credential scanning, and self-healing test synthesis."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,2 +1,2 @@
1
1
  """DeployProof: Deterministic quality & security gate for modern Python codebases."""
2
- __version__ = "1.1.2"
2
+ __version__ = "1.1.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deployproof
3
- Version: 1.1.2
3
+ Version: 1.1.12
4
4
  Summary: Deterministic pre-push quality & security gate for modern Python codebases: In-memory AST mutation testing, credential scanning, and self-healing test synthesis.
5
5
  Author-email: SVS Praveen <svspraveens@gmail.com>
6
6
  License-Expression: MIT
@@ -35,17 +35,17 @@ Dynamic: license-file
35
35
 
36
36
  > Deterministic pre-push quality & security gate for modern Python codebases: In-memory AST mutation testing, credential scanning, and self-healing test synthesis. Built for human engineering teams and AI-assisted workflows alike.
37
37
 
38
- [![PyPI version](https://img.shields.io/badge/pypi-v1.1.2-007ec6.svg)](https://pypi.org/project/deployproof/)
38
+ [![PyPI version](https://img.shields.io/badge/pypi-v1.1.12-007ec6.svg)](https://pypi.org/project/deployproof/)
39
39
  [![Python versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-3776ab.svg)](https://pypi.org/project/deployproof/)
40
- [![CI](https://github.com/SVSPraveen/DeployProof/actions/workflows/ci.yml/badge.svg)](https://github.com/SVSPraveen/DeployProof/actions/workflows/ci.yml)
41
- [![Tests](https://img.shields.io/badge/tests-261%20passed-2ea44f.svg)](https://github.com/SVSPraveen/DeployProof)
40
+ [![CI](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml/badge.svg)](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml)
41
+ [![Tests](https://img.shields.io/badge/tests-261%20passed-2ea44f.svg)](https://github.com/SVSPraveen/deployproof)
42
42
  [![Stress Tests](https://img.shields.io/badge/stress%20tests-14%2F14%20passed-2ea44f.svg)](stress_fixtures/)
43
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
44
- [![Docs](https://img.shields.io/badge/docs-DeployProof%20Portal-6366f1.svg)](https://svspraveen.github.io/DeployProof/)
44
+ [![Docs](https://img.shields.io/badge/docs-DeployProof%20Portal-6366f1.svg)](https://svspraveen.github.io/deployproof/)
45
45
 
46
46
  ---
47
47
 
48
- > 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/DeployProof/)**
48
+ > 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/deployproof/)**
49
49
 
50
50
  ## Why This Exists
51
51
 
@@ -504,15 +504,15 @@ jobs:
504
504
  ### Pre-Commit Framework (.pre-commit-config.yaml)
505
505
  ```yaml
506
506
  repos:
507
- - repo: https://github.com/SVSPraveen/DeployProof
508
- rev: v1.1.2
507
+ - repo: https://github.com/SVSPraveen/deployproof
508
+ rev: v1.1.12
509
509
  hooks:
510
510
  - id: deployproof-check
511
511
  ```
512
512
 
513
513
  ## Status & Roadmap
514
514
 
515
- - **Current (v1.1.2):** In-Memory AST Schemata Mutation Testing, Actionable Self-Healing Test Synthesizer (`--heal-tests`), Interactive Quick-Fix Mode (`-i`), `pyproject.toml` `[tool.deployproof]` configuration engine, GitHub Actions native inline annotations and `$GITHUB_STEP_SUMMARY` dashboard, `.pre-commit-hooks.yaml` support, Full Repository Audit Mode (`--full-repo`) with isolated multi-worker sandboxes, AST OWASP Top 10 SAST scanner, 50-commit git history secrets scanner, OSV CVE database verification, GhostApproval symlink sandbox escape detector, **261 unit tests**, and complete `/docs` product portal.
515
+ - **Current (v1.1.12):** In-Memory AST Schemata Mutation Testing, Actionable Self-Healing Test Synthesizer (`--heal-tests`), Interactive Quick-Fix Mode (`-i`), `pyproject.toml` `[tool.deployproof]` configuration engine, GitHub Actions native inline annotations and `$GITHUB_STEP_SUMMARY` dashboard, `.pre-commit-hooks.yaml` support, Full Repository Audit Mode (`--full-repo`) with isolated multi-worker sandboxes, AST OWASP Top 10 SAST scanner, 50-commit git history secrets scanner, OSV CVE database verification, GhostApproval symlink sandbox escape detector, **261 unit tests**, and complete `/docs` product portal.
516
516
  - **Next:** Reverse test-to-source dependency mapping (see `FUTURE_SCOPE.md`), SARIF 2.1.0 report exporter, and multi-language mutation rule packs.
517
517
 
518
518
  ## Contributing
File without changes
File without changes