There was an error while loading. Please reload this page.
1 parent 3d603c6 commit 87e1116Copy full SHA for 87e1116
1 file changed
vulnerabilities/importers/nginx.py
@@ -20,6 +20,8 @@
20
# VulnerableCode is a free software tool from nexB Inc. and others.
21
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
22
23
+import dataclasses
24
+import datetime
25
from typing import Iterable
26
import logging
27
@@ -38,6 +40,7 @@
38
40
from vulnerabilities.importer import VulnerabilitySeverity
39
41
from vulnerabilities.improver import Inference
42
from vulnerabilities.improver import Improver
43
+from vulnerabilities.helpers import nearest_patched_package
44
from vulnerabilities.models import Advisory
45
from vulnerabilities.package_managers import GitHubTagsAPI
46
from vulnerabilities.package_managers import Version
0 commit comments