Skip to content

Commit 55db317

Browse files
committed
Fix ubuntu URL for OVAL
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent c354ac0 commit 55db317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importers/ubuntu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, *args, **kwargs):
7171
self.translations = {"less than": "<"}
7272

7373
def _fetch(self):
74-
base_url = "https://people.canonical.com/~ubuntu-security/oval"
74+
base_url = "https://ubuntu.com/security/oval"
7575
releases = ["bionic", "trusty", "focal", "eoan", "xenial"]
7676
for release in releases:
7777
file_url = f"{base_url}/com.ubuntu.{release}.cve.oval.xml.bz2" # nopep8

0 commit comments

Comments
 (0)