.gitignore
CODEOWNERS
LICENSE
Makefile
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish.yml
.github/workflows/publish_test.yml
django_sbomrepo.egg-info/PKG-INFO
django_sbomrepo.egg-info/SOURCES.txt
django_sbomrepo.egg-info/dependency_links.txt
django_sbomrepo.egg-info/requires.txt
django_sbomrepo.egg-info/top_level.txt
sbomrepo/__init__.py
sbomrepo/apps.py
sbomrepo/models.py
sbomrepo/urls.py
sbomrepo/utils.py
sbomrepo/views.py
sbomrepo/management/__init__.py
sbomrepo/management/commands/__init__.py
sbomrepo/management/commands/resync_vulnerabilities.py
sbomrepo/migrations/0001_initial.py
sbomrepo/migrations/0002_alter_vulnerability_ecosystem.py
sbomrepo/migrations/__init__.py
testapp/manage.py
testapp/requirements.txt
testapp/testapp/__init__.py
testapp/testapp/asgi.py
testapp/testapp/settings.py
testapp/testapp/urls.py
testapp/testapp/wsgi.py
testapp/tests/test_resync_vulnerabilities.py
testapp/tests/test_urls.py
testapp/tests/test_utils.py
testapp/tests/test_views.py
testapp/tests/data/ecosystems.txt
testapp/tests/data/querybatch1.json
testapp/tests/examples/tiny.json