Actually store the title for Nexpose imports.
git-svn-id: file:///home/svn/framework3/trunk@12374 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8c0773ba71
commit
b164ac6539
|
@ -1105,6 +1105,8 @@ class DBManager
|
||||||
vuln = host.vulns.find_or_initialize_by_name(name, :include => :refs)
|
vuln = host.vulns.find_or_initialize_by_name(name, :include => :refs)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vuln.info = info.to_s if info
|
||||||
|
|
||||||
if opts[:port]
|
if opts[:port]
|
||||||
proto = nil
|
proto = nil
|
||||||
case opts[:proto].to_s.downcase # Catch incorrect usages, as in report_note
|
case opts[:proto].to_s.downcase # Catch incorrect usages, as in report_note
|
||||||
|
|
Loading…
Reference in New Issue