There was an error while loading. Please reload this page.
1 parent a20c1cf commit 76730caCopy full SHA for 76730ca
1 file changed
vulnerabilities/importers/nginx.py
@@ -53,6 +53,9 @@ class NginxImporter(Importer):
53
54
url = "https://nginx.org/en/security_advisories.html"
55
56
+ # TODO: Populate this properly
57
+ spdx_license_expression = "TODO"
58
+
59
def advisory_data(self) -> Iterable[AdvisoryData]:
60
data = requests.get(self.url).content
61
soup = BeautifulSoup(data, features="lxml")
0 commit comments