There was an error while loading. Please reload this page.
1 parent 94c613d commit 000d87dCopy full SHA for 000d87d
1 file changed
vulnerabilities/importers/__init__.py
@@ -31,6 +31,8 @@
31
debian.DebianImporter,
32
gitlab.GitLabAPIImporter,
33
pypa.PyPaImporter,
34
+ ubuntu.UbuntuImporter,
35
+ debian_oval.DebianOvalImporter,
36
]
37
38
IMPORTERS_REGISTRY = {x.qualified_name: x for x in IMPORTERS_REGISTRY}
0 commit comments