chg: [cpe] Changed CVE-Search API default url

pull/437/head
chrisr3d 2020-11-02 19:03:26 +01:00
parent 54f7e604c8
commit 260bddb3cf
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ moduleinfo = {
'module-type': ['expansion', 'hover']
}
moduleconfig = ["custom_API_URL", "limit"]
cveapi_url = 'https://cve.circl.lu/api/cvefor/'
cveapi_url = 'https://cvepremium.circl.lu/api/cvefor/'
class VulnerabilitiesParser():