LICENSE
README.md
pyproject.toml
frapast.egg-info/PKG-INFO
frapast.egg-info/SOURCES.txt
frapast.egg-info/dependency_links.txt
frapast.egg-info/entry_points.txt
frapast.egg-info/requires.txt
frapast.egg-info/top_level.txt
scanner/__init__.py
scanner/__main__.py
scanner/bench_commands.py
scanner/cli.py
scanner/config.py
scanner/fp_analyzer.py
scanner/ledger_io.py
scanner/ledger_schema.py
scanner/logger.py
scanner/suppression.py
scanner/validate_ledger.py
scanner/validate_taxonomy.py
scanner/verify_ledger_integrity.py
scanner/autofix/__init__.py
scanner/autofix/engine.py
scanner/autofix/models.py
scanner/callgraph/__init__.py
scanner/callgraph/builder.py
scanner/callgraph/models.py
scanner/fp/__init__.py
scanner/fp/engine.py
scanner/fp/models.py
scanner/hooks/__init__.py
scanner/hooks/engine.py
scanner/hooks/models.py
scanner/proof/__init__.py
scanner/proof/bench_runner.py
scanner/proof/http_client.py
scanner/proof/http_synthesis.py
scanner/proof/models.py
scanner/proof/orchestrator.py
scanner/proof/validate_reproducer_markers.py
scanner/python/__init__.py
scanner/python/engine.py
scanner/python/models.py
scanner/regression/__init__.py
scanner/regression/generator.py
scanner/reporting/__init__.py
scanner/reporting/engine.py
scanner/reporting/formatters.py
scanner/reporting/sarif.py
scanner/rules/FR-CORR-001.yaml
scanner/rules/FR-CORR-002.yaml
scanner/rules/FR-CSRF-001.yaml
scanner/rules/FR-DATA-001.yaml
scanner/rules/FR-HOOK-001.yaml
scanner/rules/FR-HOOK-002.yaml
scanner/rules/FR-HOOK-003.yaml
scanner/rules/FR-HOOK-004.yaml
scanner/rules/FR-HOOK-005.yaml
scanner/rules/FR-HOOK-006.yaml
scanner/rules/FR-HOOK-007.yaml
scanner/rules/FR-I18N-001.yaml
scanner/rules/FR-INJ-001.yaml
scanner/rules/FR-INJ-002.yaml
scanner/rules/FR-INJ-005.yaml
scanner/rules/FR-PATH-001.yaml
scanner/rules/FR-PERF-001.yaml
scanner/rules/FR-PERM-001.yaml
scanner/rules/FR-PERM-002.yaml
scanner/rules/FR-PERM-003.yaml
scanner/rules/FR-PERM-004.yaml
scanner/rules/FR-PERM-005.yaml
scanner/rules/FR-PERM-006.yaml
scanner/rules/FR-SQLI-001.yaml
scanner/rules/FR-SQLI-002.yaml
scanner/rules/FR-SQLI-003.yaml
scanner/rules/FR-SQLI-004.yaml
scanner/rules/FR-SSRF-001.yaml
scanner/rules/FR-WKFL-001.yaml
scanner/rules/FR-WKFL-002.yaml
scanner/rules/FR-WKFL-003.yaml
scanner/rules/FR-WKFL-004.yaml
scanner/rules/FR-XSS-001.yaml
scanner/rules/__init__.py
scanner/rules/engine.py
scanner/rules/schema.yaml
scanner/schema/__init__.py
scanner/schema/engine.py
scanner/schema/models.py
scanner/severity/__init__.py
scanner/severity/engine.py
scanner/severity/models.py
scanner/severity/taxonomy.py
scanner/shared/__init__.py
scanner/shared/records.py
scanner/taxonomy/FR-DATA-001.yaml
scanner/taxonomy/FR-DATA-002.yaml
scanner/taxonomy/FR-DATA-003.yaml
scanner/taxonomy/FR-HOOK-001.yaml
scanner/taxonomy/FR-HOOK-002.yaml
scanner/taxonomy/FR-HOOK-003.yaml
scanner/taxonomy/FR-HOOK-004.yaml
scanner/taxonomy/FR-HOOK-005.yaml
scanner/taxonomy/FR-INJ-001.yaml
scanner/taxonomy/FR-INJ-002.yaml
scanner/taxonomy/FR-INJ-003.yaml
scanner/taxonomy/FR-INJ-004.yaml
scanner/taxonomy/FR-PERM-001.yaml
scanner/taxonomy/FR-PERM-002.yaml
scanner/taxonomy/FR-PERM-003.yaml
scanner/taxonomy/FR-PERM-004.yaml
scanner/taxonomy/FR-PERM-005.yaml
scanner/taxonomy/FR-PERM-006.yaml
scanner/taxonomy/FR-SQLI-001.yaml
scanner/taxonomy/FR-SQLI-002.yaml
scanner/taxonomy/FR-SQLI-003.yaml
scanner/taxonomy/FR-SQLI-004.yaml
scanner/taxonomy/FR-WKFL-001.yaml
scanner/taxonomy/FR-WKFL-002.yaml
scanner/taxonomy/FR-WKFL-003.yaml
scanner/taxonomy/FR-WKFL-004.yaml
scanner/taxonomy/taxonomy_registry.yaml
scanner/ui/__init__.py
scanner/ui/banner.py
scanner/ui/flow.py
scanner/ui/menus.py
scanner/ui/progress.py
scanner/ui/results.py
scanner/ui/shell.py
scanner/ui/theme.py
scanner/validate/__init__.py
scanner/validate/engine.py
scanner/web/__init__.py
scanner/web/db.py
scanner/web/server.py
scanner/web/static/app.js
scanner/web/static/index.html
scanner/web/static/logo-dark-mark.png
scanner/web/static/logo-light-mark.png
scanner/web/static/logo-light.png
scanner/web/static/logo-light.svg
scanner/web/static/logo.png
scanner/web/static/logo.svg
scanner/web/static/style.css
tests/test_all_rules.py
tests/test_ast_rule_coverage.py
tests/test_audit_fixes.py
tests/test_autofix.py
tests/test_callgraph_dispatch.py
tests/test_cli_exit_codes.py
tests/test_config.py
tests/test_cve_gaps_fix.py
tests/test_developer_workflow.py
tests/test_fr_data_001_fix.py
tests/test_fr_perm_perf_fix.py
tests/test_fresh_install.py
tests/test_hardening.py
tests/test_hardening_v2.py
tests/test_phase0.py
tests/test_phase1.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_precision_benchmark.py
tests/test_python_indexer.py
tests/test_security_hardening_regression.py
tests/test_server_security.py
tests/test_suppression.py
tests/test_suppression_adversarial.py
tests/test_tier1_reproducers.py
tests/test_tier2_http.py