LICENSE
README.md
pyproject.toml
src2sink/__init__.py
src2sink/build_metabase_v2.py
src2sink/constants.py
src2sink/curate_internal_libraries.py
src2sink/graph_common.py
src2sink/internal_groups.py
src2sink/known_api_clients.py
src2sink/library_taint_java.py
src2sink/limits.py
src2sink/prescreen.py
src2sink/py.typed
src2sink/record_fleet_baseline.py
src2sink/repo_utils.py
src2sink/safe_paths.py
src2sink/sanitize.py
src2sink/schema.py
src2sink/trace.py
src2sink/trace_batch.py
src2sink/vocabulary.py
src2sink.egg-info/PKG-INFO
src2sink.egg-info/SOURCES.txt
src2sink.egg-info/dependency_links.txt
src2sink.egg-info/entry_points.txt
src2sink.egg-info/requires.txt
src2sink.egg-info/top_level.txt
src2sink/aggregators/__init__.py
src2sink/aggregators/api_client_discovery.py
src2sink/aggregators/auth_cards.py
src2sink/aggregators/crypto_cards.py
src2sink/aggregators/data_stores.py
src2sink/aggregators/graphs.py
src2sink/aggregators/index_v2.py
src2sink/aggregators/library_source_map.py
src2sink/aggregators/openapi_discovery.py
src2sink/aggregators/openapi_edges.py
src2sink/aggregators/openapi_match.py
src2sink/aggregators/openapi_models.py
src2sink/aggregators/openapi_report.py
src2sink/aggregators/payload_producers.py
src2sink/aggregators/phase3.py
src2sink/aggregators/pii_cross_repo.py
src2sink/aggregators/pii_flow_v2.py
src2sink/aggregators/pii_lifecycle.py
src2sink/aggregators/pii_lifecycle_report.py
src2sink/aggregators/pii_touchpoint_collect.py
src2sink/aggregators/pii_touchpoint_utils.py
src2sink/aggregators/queues.py
src2sink/aggregators/ropa.py
src2sink/aggregators/service_call_collect.py
src2sink/aggregators/service_call_index.py
src2sink/aggregators/service_call_models.py
src2sink/aggregators/service_call_report.py
src2sink/aggregators/service_calls.py
src2sink/aggregators/taint_buckets.py
src2sink/aggregators/taint_catalogs.py
src2sink/aggregators/taint_writers.py
src2sink/aggregators/traces_index.py
src2sink/extractors/__init__.py
src2sink/extractors/ast_walk.py
src2sink/extractors/base.py
src2sink/extractors/config.py
src2sink/extractors/file_context.py
src2sink/extractors/go.py
src2sink/extractors/http_out.py
src2sink/extractors/java.py
src2sink/extractors/javascript.py
src2sink/extractors/kotlin.py
src2sink/extractors/node_factory.py
src2sink/extractors/patterns.py
src2sink/extractors/python_extractor.py
src2sink/extractors/regex_extractors.py
src2sink/extractors/symbols.py
src2sink/extractors/ts_extractors.py
src2sink/extractors/unified.py
src2sink/models/__init__.py
src2sink/models/auth_model.py
src2sink/models/crypto_agility.py
src2sink/models/pii_lifecycle.py
src2sink/models/ropa.py
src2sink/renderers/__init__.py
src2sink/renderers/markdown.py
src2sink/renderers/mermaid.py
tests/test_aggregators_extra.py
tests/test_api_client_discovery.py
tests/test_ast_walk.py
tests/test_build_internals.py
tests/test_build_main.py
tests/test_characterization.py
tests/test_config_hygiene.py
tests/test_cross_repo_caller_coverage.py
tests/test_curate.py
tests/test_demand_side_discovery.py
tests/test_dependency_pinning.py
tests/test_detection_fingerprint_gate.py
tests/test_detection_version.py
tests/test_field_precision.py
tests/test_gradle_version_catalogs.py
tests/test_graph_common.py
tests/test_http_guard_evidence.py
tests/test_import_graph.py
tests/test_internal_groups.py
tests/test_limits.py
tests/test_module_imports.py
tests/test_openapi.py
tests/test_output_neutralisation.py
tests/test_phase0_smoke.py
tests/test_phase1_config.py
tests/test_phase1_extractors.py
tests/test_phase2_graphs.py
tests/test_phase3_pii.py
tests/test_phase4_aggregators.py
tests/test_phase4_extractor_snapshots.py
tests/test_phase4_fleet_regression.py
tests/test_phase4_regression.py
tests/test_phase4_taint_caps.py
tests/test_post_phase4_backlog.py
tests/test_prescreen.py
tests/test_redos_bounds.py
tests/test_renderers.py
tests/test_repo_utils_helpers.py
tests/test_run_manifest.py
tests/test_sanitize.py
tests/test_security_input_handling.py
tests/test_source_map_fix.py
tests/test_sql_payload_out.py
tests/test_sql_sink_evidence.py
tests/test_sql_source_construction.py
tests/test_trace_batch.py
tests/test_trace_fleet_scaling.py
tests/test_trace_render.py
tests/test_zz_security_coverage_gate.py
tests/test_zz_untrusted_interpolation_guard.py