We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c354ac0 commit 55db317Copy full SHA for 55db317
1 file changed
vulnerabilities/importers/ubuntu.py
@@ -71,7 +71,7 @@ def __init__(self, *args, **kwargs):
71
self.translations = {"less than": "<"}
72
73
def _fetch(self):
74
- base_url = "https://people.canonical.com/~ubuntu-security/oval"
+ base_url = "https://ubuntu.com/security/oval"
75
releases = ["bionic", "trusty", "focal", "eoan", "xenial"]
76
for release in releases:
77
file_url = f"{base_url}/com.ubuntu.{release}.cve.oval.xml.bz2" # nopep8
0 commit comments