LICENSE
README.md
pyproject.toml
setup.py
depshieldx/__init__.py
depshieldx/artifact_analysis.py
depshieldx/cache.py
depshieldx/input_sources.py
depshieldx/provenance.py
depshieldx/receipts.py
depshieldx/resolver.py
depshieldx/routing.py
depshieldx/runtime.py
depshieldx/sandbox.py
depshieldx/scanner.py
depshieldx/trivy.py
depshieldx.egg-info/PKG-INFO
depshieldx.egg-info/SOURCES.txt
depshieldx.egg-info/dependency_links.txt
depshieldx.egg-info/entry_points.txt
depshieldx.egg-info/requires.txt
depshieldx.egg-info/top_level.txt
depshieldx/cli/__init__.py
depshieldx/cli/__main__.py
depshieldx/cli/app.py
depshieldx/cli/engine.py
depshieldx/cli/output.py
depshieldx/cli/prerequisites.py
depshieldx/cli/report.py
depshieldx/cli/commands/__init__.py
depshieldx/cli/commands/cache.py
depshieldx/cli/commands/doctor.py
depshieldx/cli/commands/install.py
depshieldx/cli/commands/receipts.py
depshieldx/cli/commands/routing.py
depshieldx/cli/commands/scan.py
depshieldx/cli/commands/ui.py
depshieldx/cli/commands/uninstall.py
depshieldx/core/__init__.py
depshieldx/core/input_sources.py
depshieldx/core/resolver.py
depshieldx/core/routing.py
depshieldx/core/runtime.py
depshieldx/ecosystems/__init__.py
depshieldx/ecosystems/base.py
depshieldx/ecosystems/registry.py
depshieldx/ecosystems/cargo/__init__.py
depshieldx/ecosystems/cargo/ecosystem.py
depshieldx/ecosystems/cargo/lockfiles.py
depshieldx/ecosystems/cargo/registry.py
depshieldx/ecosystems/composer/__init__.py
depshieldx/ecosystems/composer/ecosystem.py
depshieldx/ecosystems/composer/lockfiles.py
depshieldx/ecosystems/composer/registry.py
depshieldx/ecosystems/go/__init__.py
depshieldx/ecosystems/go/ecosystem.py
depshieldx/ecosystems/go/lockfiles.py
depshieldx/ecosystems/go/registry.py
depshieldx/ecosystems/maven/__init__.py
depshieldx/ecosystems/maven/ecosystem.py
depshieldx/ecosystems/maven/registry.py
depshieldx/ecosystems/npm/__init__.py
depshieldx/ecosystems/npm/ecosystem.py
depshieldx/ecosystems/npm/lockfiles.py
depshieldx/ecosystems/npm/registry.py
depshieldx/ecosystems/nuget/__init__.py
depshieldx/ecosystems/nuget/ecosystem.py
depshieldx/ecosystems/nuget/lockfiles.py
depshieldx/ecosystems/nuget/registry.py
depshieldx/ecosystems/pub/__init__.py
depshieldx/ecosystems/pub/ecosystem.py
depshieldx/ecosystems/pub/lockfiles.py
depshieldx/ecosystems/pub/registry.py
depshieldx/ecosystems/pypi/__init__.py
depshieldx/ecosystems/pypi/ecosystem.py
depshieldx/ecosystems/rubygems/__init__.py
depshieldx/ecosystems/rubygems/ecosystem.py
depshieldx/ecosystems/rubygems/lockfiles.py
depshieldx/ecosystems/rubygems/registry.py
depshieldx/intelligence/__init__.py
depshieldx/intelligence/cisa_kev.py
depshieldx/intelligence/common.py
depshieldx/intelligence/deps_dev.py
depshieldx/intelligence/github_advisories.py
depshieldx/intelligence/local_feed.py
depshieldx/intelligence/models.py
depshieldx/intelligence/orchestrator.py
depshieldx/intelligence/osv.py
depshieldx/presentation/__init__.py
depshieldx/presentation/web/__init__.py
depshieldx/presentation/web/payloads.py
depshieldx/presentation/web/server.py
depshieldx/presentation/web/templates/dashboard.html
depshieldx/security/__init__.py
depshieldx/security/artifact_analysis.py
depshieldx/security/provenance.py
depshieldx/security/scanner.py
depshieldx/security/trivy.py
depshieldx/security/sandbox/__init__.py
depshieldx/security/sandbox/runner.py
depshieldx/security/sandbox/sandbox_wrapper.py
depshieldx/security/sandbox/sandbox_wrapper_cargo.py
depshieldx/security/sandbox/sandbox_wrapper_composer.py
depshieldx/security/sandbox/sandbox_wrapper_go.py
depshieldx/security/sandbox/sandbox_wrapper_maven.py
depshieldx/security/sandbox/sandbox_wrapper_npm.js
depshieldx/security/sandbox/sandbox_wrapper_nuget.py
depshieldx/security/sandbox/sandbox_wrapper_pub.py
depshieldx/security/sandbox/sandbox_wrapper_rubygems.py
depshieldx/security/sandbox/docker/cargo_sandbox.Dockerfile
depshieldx/security/sandbox/docker/composer_sandbox.Dockerfile
depshieldx/security/sandbox/docker/go_sandbox.Dockerfile
depshieldx/security/sandbox/docker/maven_sandbox.Dockerfile
depshieldx/security/sandbox/docker/npm_sandbox.Dockerfile
depshieldx/security/sandbox/docker/nuget_sandbox.Dockerfile
depshieldx/security/sandbox/docker/pub_sandbox.Dockerfile
depshieldx/security/sandbox/docker/rubygems_sandbox.Dockerfile
depshieldx/storage/__init__.py
depshieldx/storage/cache.py
depshieldx/storage/receipts.py
tests/test_artifact_analysis.py
tests/test_cache.py
tests/test_cargo_lockfiles.py
tests/test_cargo_registry.py
tests/test_cli.py
tests/test_cli_cache.py
tests/test_cli_cargo_dispatch.py
tests/test_cli_cargo_routing.py
tests/test_cli_composer_dispatch.py
tests/test_cli_doctor.py
tests/test_cli_go_dispatch.py
tests/test_cli_go_routing.py
tests/test_cli_maven_dispatch.py
tests/test_cli_npm_dispatch.py
tests/test_cli_npm_routing.py
tests/test_cli_nuget_dispatch.py
tests/test_cli_pub_dispatch.py
tests/test_cli_rubygems_dispatch.py
tests/test_composer_lockfiles.py
tests/test_composer_registry.py
tests/test_cve_sources.py
tests/test_ecosystems_cargo.py
tests/test_ecosystems_composer.py
tests/test_ecosystems_go.py
tests/test_ecosystems_maven.py
tests/test_ecosystems_npm.py
tests/test_ecosystems_nuget.py
tests/test_ecosystems_pub.py
tests/test_ecosystems_rubygems.py
tests/test_fixture_packages.py
tests/test_go_lockfiles.py
tests/test_go_registry.py
tests/test_input_sources.py
tests/test_intelligence_fail_open.py
tests/test_maven_registry.py
tests/test_npm_lockfiles.py
tests/test_npm_registry.py
tests/test_nuget_lockfiles.py
tests/test_nuget_registry.py
tests/test_packaging_runtime_hooks.py
tests/test_provenance.py
tests/test_pub_lockfiles.py
tests/test_pub_registry.py
tests/test_receipts.py
tests/test_report_schema.py
tests/test_resolver_and_typosquat.py
tests/test_routing.py
tests/test_rubygems_lockfiles.py
tests/test_rubygems_registry.py
tests/test_runtime.py
tests/test_sandbox.py
tests/test_sandbox_wrapper_cargo.py
tests/test_sandbox_wrapper_composer.py
tests/test_sandbox_wrapper_go.py
tests/test_sandbox_wrapper_maven.py
tests/test_sandbox_wrapper_nuget.py
tests/test_sandbox_wrapper_pub.py
tests/test_sandbox_wrapper_rubygems.py
tests/test_scanner.py
tests/test_threat_intel.py
tests/test_trivy.py
tests/test_ui.py