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.
- {deployproof-1.1.2/src/deployproof.egg-info → deployproof-1.1.12}/PKG-INFO +9 -9
- {deployproof-1.1.2 → deployproof-1.1.12}/README.md +8 -8
- {deployproof-1.1.2 → deployproof-1.1.12}/pyproject.toml +1 -1
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/__init__.py +1 -1
- {deployproof-1.1.2 → deployproof-1.1.12/src/deployproof.egg-info}/PKG-INFO +9 -9
- {deployproof-1.1.2 → deployproof-1.1.12}/LICENSE +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/setup.cfg +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/ci.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/cli.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/control_flow.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/coverage_plugin.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/cve.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/dependencies.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/diff.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/history_secrets.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/interactive.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/mocks.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/mutator.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/reporter.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/sast.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/secrets.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/symlinks.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/synthesizer.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof/wsl.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/SOURCES.txt +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/dependency_links.txt +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/entry_points.txt +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/requires.txt +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/src/deployproof.egg-info/top_level.txt +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_advanced_mutation_operators.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_baseline_collection_error.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_ci_github.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cli.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cli_dependency_scan.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cli_symlink_integration.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_comprehensive_feature_matrix.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_config_file.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_control_flow.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_cve.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_dependencies_extractor.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_dependencies_pypi.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_diff.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_dynamic_test_selection.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_edge_cases_validation.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_env_and_poetry_dependencies.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_equivalent_mutants.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_full_parity_matrix.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_history_secrets.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_import_graph_discovery.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_interactive.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mocks.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mutation_schemata.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mutation_suites.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_mutator.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_pyproject_config.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_sast.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_secrets.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_stress_regressions.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_symlink_escapes_edge_cases.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_symlink_security_suite.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_symlinks.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_synthesizer.py +0 -0
- {deployproof-1.1.2 → deployproof-1.1.12}/tests/test_tier1_upgrade_integration.py +0 -0
- {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.
|
|
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
|
-
[](https://pypi.org/project/deployproof/)
|
|
39
39
|
[](https://pypi.org/project/deployproof/)
|
|
40
|
-
[](https://github.com/SVSPraveen/
|
|
40
|
+
[](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml)
|
|
41
|
+
[](https://github.com/SVSPraveen/deployproof)
|
|
42
42
|
[](stress_fixtures/)
|
|
43
43
|
[](LICENSE)
|
|
44
|
-
[](https://svspraveen.github.io/
|
|
44
|
+
[](https://svspraveen.github.io/deployproof/)
|
|
45
45
|
|
|
46
46
|
---
|
|
47
47
|
|
|
48
|
-
> 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/
|
|
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/
|
|
508
|
-
rev: v1.1.
|
|
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.
|
|
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
|
-
[](https://pypi.org/project/deployproof/)
|
|
6
6
|
[](https://pypi.org/project/deployproof/)
|
|
7
|
-
[](https://github.com/SVSPraveen/
|
|
7
|
+
[](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml)
|
|
8
|
+
[](https://github.com/SVSPraveen/deployproof)
|
|
9
9
|
[](stress_fixtures/)
|
|
10
10
|
[](LICENSE)
|
|
11
|
-
[](https://svspraveen.github.io/
|
|
11
|
+
[](https://svspraveen.github.io/deployproof/)
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
> 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/
|
|
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/
|
|
475
|
-
rev: v1.1.
|
|
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.
|
|
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.
|
|
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
|
+
__version__ = "1.1.12"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deployproof
|
|
3
|
-
Version: 1.1.
|
|
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
|
-
[](https://pypi.org/project/deployproof/)
|
|
39
39
|
[](https://pypi.org/project/deployproof/)
|
|
40
|
-
[](https://github.com/SVSPraveen/
|
|
40
|
+
[](https://github.com/SVSPraveen/deployproof/actions/workflows/ci.yml)
|
|
41
|
+
[](https://github.com/SVSPraveen/deployproof)
|
|
42
42
|
[](stress_fixtures/)
|
|
43
43
|
[](LICENSE)
|
|
44
|
-
[](https://svspraveen.github.io/
|
|
44
|
+
[](https://svspraveen.github.io/deployproof/)
|
|
45
45
|
|
|
46
46
|
---
|
|
47
47
|
|
|
48
|
-
> 📖 **[View the Complete Documentation & Interactive Product Portal](https://svspraveen.github.io/
|
|
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/
|
|
508
|
-
rev: v1.1.
|
|
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.
|
|
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
|
|
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
|
|
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
|