mirror of https://github.com/MISP/misp-modules
11 lines
519 B
JSON
11 lines
519 B
JSON
{
|
|
"description": "An expansion hover module to expand information about CVE id.",
|
|
"logo": "cve.png",
|
|
"input": "Vulnerability attribute.",
|
|
"output": "Text giving information about the CVE related to the Vulnerability.",
|
|
"references": [
|
|
"https://cve.circl.lu/",
|
|
"https://cve.mitre.org/"
|
|
],
|
|
"features": "The module takes a vulnerability attribute as input and queries the CIRCL CVE search API to get information about the vulnerability as it is described in the list of CVEs."
|
|
} |