display full name

This commit is contained in:
Wei Chen 2018-07-24 12:38:24 -05:00
parent 5955e3e42d
commit 8a4e831ad2
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ def main
Utility.collect_references_from_module!(module_references, ref_ids, m)
cve_match = cve_database.cross_reference(module_references)
if cve_match
puts "[*] #{m.shortname}: Found #{cve_match}"
puts "[*] #{m.fullname}: Found #{cve_match}"
end
}
end