LICENSE
README.md
pyproject.toml
chifleton/__init__.py
chifleton/__main__.py
chifleton.egg-info/PKG-INFO
chifleton.egg-info/SOURCES.txt
chifleton.egg-info/dependency_links.txt
chifleton.egg-info/entry_points.txt
chifleton.egg-info/requires.txt
chifleton.egg-info/top_level.txt
scanner/__init__.py
scanner/__main__.py
scanner/cache.py
scanner/cli.py
scanner/osv_client.py
scanner/parser.py
scanner/recommendations.py
scanner/remediation.py
scanner/reporter.py
scanner/utils.py
scanner/parsers/__init__.py
scanner/parsers/base.py
scanner/parsers/detect.py
scanner/parsers/node_parser.py
scanner/parsers/python_parser.py
scanner/templates/report.html.jinja
tests/test_cli.py
tests/test_osv_client.py
tests/test_parser.py
tests/test_reporter.py