LICENSE
README.md
pyproject.toml
src/binary_sbom/__init__.py
src/binary_sbom/analyzer.py
src/binary_sbom/cli.py
src/binary_sbom/config.py
src/binary_sbom/discovery.py
src/binary_sbom/eta_estimator.py
src/binary_sbom/filters.py
src/binary_sbom/generator.py
src/binary_sbom/parallel_processor.py
src/binary_sbom/path_validator.py
src/binary_sbom/progress.py
src/binary_sbom/progress_state.py
src/binary_sbom/progress_tracker.py
src/binary_sbom/secrets.py
src/binary_sbom/streaming_parser.py
src/binary_sbom/validator.py
src/binary_sbom/vulnerability.py
src/binary_sbom.egg-info/PKG-INFO
src/binary_sbom.egg-info/SOURCES.txt
src/binary_sbom.egg-info/dependency_links.txt
src/binary_sbom.egg-info/entry_points.txt
src/binary_sbom.egg-info/requires.txt
src/binary_sbom.egg-info/top_level.txt
src/binary_sbom/clients/__init__.py
src/binary_sbom/clients/base.py
src/binary_sbom/clients/github.py
src/binary_sbom/clients/nvd.py
src/binary_sbom/clients/osv.py
src/binary_sbom/plugins/__init__.py
src/binary_sbom/plugins/api.py
src/binary_sbom/plugins/discovery.py
src/binary_sbom/plugins/hex_parser.py
src/binary_sbom/plugins/img_parser.py
src/binary_sbom/plugins/integration.py
src/binary_sbom/plugins/loader.py
src/binary_sbom/plugins/registry.py
src/binary_sbom/sandbox/__init__.py
src/binary_sbom/sandbox/config.py
src/binary_sbom/sandbox/errors.py
src/binary_sbom/sandbox/limits.py
src/binary_sbom/sandbox/manager.py
src/binary_sbom/sandbox/metrics.py
src/binary_sbom/sandbox/security_logger.py
src/binary_sbom/sandbox/tempfile.py
src/binary_sbom/sandbox/worker.py
src/binary_sbom/vulnscan/__init__.py
src/binary_sbom/vulnscan/exceptions.py
src/binary_sbom/vulnscan/types.py
src/binary_sbom/vulnscan/aggregation/__init__.py
src/binary_sbom/vulnscan/aggregation/deduplicator.py
src/binary_sbom/vulnscan/aggregation/filter.py
src/binary_sbom/vulnscan/aggregation/summarizer.py
src/binary_sbom/vulnscan/annotations/__init__.py
src/binary_sbom/vulnscan/annotations/annotation.py
src/binary_sbom/vulnscan/annotations/sbom_integration.py
src/binary_sbom/vulnscan/clients/__init__.py
src/binary_sbom/vulnscan/clients/github.py
src/binary_sbom/vulnscan/clients/nvd.py
src/binary_sbom/vulnscan/clients/osv.py
src/binary_sbom/vulnscan/config/__init__.py
src/binary_sbom/vulnscan/config/settings.py
src/binary_sbom/vulnscan/scanners/__init__.py
src/binary_sbom/vulnscan/scanners/scanner.py
src/binary_sbom/vulnscan/utils/__init__.py
src/binary_sbom/vulnscan/utils/cache.py
src/binary_sbom/vulnscan/utils/cancellation.py
src/binary_sbom/vulnscan/utils/ecosystem.py
src/binary_sbom/vulnscan/utils/http_client.py
src/binary_sbom/vulnscan/utils/rate_limiter.py
tests/test_analyzer.py
tests/test_analyzer_integration.py
tests/test_cli.py
tests/test_clients_base.py
tests/test_clients_github.py
tests/test_clients_nvd.py
tests/test_clients_osv.py
tests/test_config.py
tests/test_e2e.py
tests/test_e2e_performance_verification.py
tests/test_error_reporting_structure.py
tests/test_eta_estimator.py
tests/test_fallback_mode.py
tests/test_file_detector.py
tests/test_generator.py
tests/test_hex_parser.py
tests/test_img_parser.py
tests/test_instrumentation.py
tests/test_integration.py
tests/test_integration_e2e.py
tests/test_parallel_processor.py
tests/test_path_validator.py
tests/test_performance_benchmarks.py
tests/test_plugin_integration_e2e.py
tests/test_plugin_registration_and_handler_selection.py
tests/test_plugins.py
tests/test_progress_tracker.py
tests/test_runner.py
tests/test_scanner.py
tests/test_secrets.py
tests/test_streaming_parser.py
tests/test_validator.py
tests/test_validator_error_reporting.py
tests/test_vulnerability.py