mirror of https://github.com/MISP/misp-modules
chg: [cpe] Changed CVE-Search API default url
parent
54f7e604c8
commit
260bddb3cf
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue