Skip to content

Commit 37373d3

Browse files
Accept Invalid CVE's with VULCOID id
1 parent f398b28 commit 37373d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importers/ubuntu_usn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def to_advisories(usn_db):
7676
# {'cves': ['python-pgsql vulnerabilities', 'CVE-2006-2313', 'CVE-2006-2314']}
7777
# This `if` filters entries like 'python-pgsql vulnerabilities'
7878
if not is_cve(cve):
79-
continue
79+
cve = ""
8080

8181
advisories.append(
8282
Advisory(

0 commit comments

Comments
 (0)