IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
GNU Affero General Public License v3.0
976
stars
297
forks
source link
Add extract_cve_from_tag to Shadowserver parser _config.py #2457
Closed
th-certbund closed 9 months ago
"extract_cve_from_tag" returns a sorted comma separated list of CVEs included with "tag" in the Vulnerable-HTTP report, e.g.
extract_cve_from_tag("affected-software;cve-2023-12345;cve-2024-56789;ssl;ssl-freak;vpn") -> "cve-2023-12345,cve-2024-56789"
to be stored in "extra.cve" by adding
to the intelmq.json schema.