diff --git a/misp_modules/modules/expansion/variotdbs.py b/misp_modules/modules/expansion/variotdbs.py index eaa5ea3..9b67d88 100644 --- a/misp_modules/modules/expansion/variotdbs.py +++ b/misp_modules/modules/expansion/variotdbs.py @@ -181,7 +181,7 @@ def handler(q=False): parser.parse_vulnerability_information(vulnerability_results) empty = False else: - if r.reason != 'Not found': + if r.reason != 'Not Found': return {'error': 'Error while querying the variotdbs API.'} r = requests.get(f"{variotdbs_url}/exploits/?cve={attribute['value']}", headers=headers) if r.status_code == 200: