make vuln hash use the cve id as the name

This commit is contained in:
kenna-bmcdevitt 2019-08-09 12:02:44 -05:00
parent 1f068ae584
commit 983d18fb07

View file

@ -61,7 +61,7 @@ module KennaKdi
"scanner_identifier": vuln_hash[:scanner_identifier],
"scanner_type": vuln_hash[:scanner_type],
"cve_identifiers": id,
"name": "#{vuln_hash[:scanner_identifier]} - #{id}"
"name": id
}
end