LICENSE
README.md
pyproject.toml
depwolf/__init__.py
depwolf/cli.py
depwolf/cpe_index.py
depwolf/ingest.py
depwolf/matcher.py
depwolf/py.typed
depwolf/remediation.py
depwolf/report.py
depwolf/risk.py
depwolf/scanner.py
depwolf.egg-info/PKG-INFO
depwolf.egg-info/SOURCES.txt
depwolf.egg-info/dependency_links.txt
depwolf.egg-info/entry_points.txt
depwolf.egg-info/requires.txt
depwolf.egg-info/top_level.txt
depwolf/application/__init__.py
depwolf/application/adapters.py
depwolf/application/filters.py
depwolf/application/ingest.py
depwolf/application/matcher.py
depwolf/application/remediation.py
depwolf/application/scanner.py
depwolf/domain/__init__.py
depwolf/domain/funnel.py
depwolf/domain/match.py
depwolf/domain/model.py
depwolf/domain/policy.py
depwolf/domain/ports.py
depwolf/domain/priority.py
depwolf/domain/risk.py
depwolf/domain/versions.py
depwolf/infrastructure/__init__.py
depwolf/infrastructure/cpe_index.py
depwolf/infrastructure/index_sync.py
depwolf/infrastructure/store.py
depwolf/interfaces/__init__.py
depwolf/interfaces/cli.py
depwolf/interfaces/report.py
tests/test_adapters.py
tests/test_batch.py
tests/test_funnel.py
tests/test_ingest.py
tests/test_model.py
tests/test_policy.py
tests/test_remediation.py
tests/test_scan.py
tests/test_scanner.py
tests/test_sync.py
tests/test_versions_property.py