make vuln hash use the cve id as the name
This commit is contained in:
parent
1f068ae584
commit
983d18fb07
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module KennaKdi
|
||||||
"scanner_identifier": vuln_hash[:scanner_identifier],
|
"scanner_identifier": vuln_hash[:scanner_identifier],
|
||||||
"scanner_type": vuln_hash[:scanner_type],
|
"scanner_type": vuln_hash[:scanner_type],
|
||||||
"cve_identifiers": id,
|
"cve_identifiers": id,
|
||||||
"name": "#{vuln_hash[:scanner_identifier]} - #{id}"
|
"name": id
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue