Skip to content

Commit

Permalink
fix: [vulnerability_lookup] Updated API url
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Dec 16, 2024
1 parent 6033d7f commit 63cffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_modules/modules/expansion/vulnerability_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'input': '',
'output': '',
}
api_url = 'https://vulnerability.circl.lu'
api_url = 'https://vulnerability.circl.lu/api'


class VulnerabilityLookupMapping(VulnerabilityMapping):
Expand Down

0 comments on commit 63cffa2

Please sign in to comment.