Add missing confidence field from import

git-svn-id: file:///home/svn/framework3/trunk@10636 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-10-11 03:35:15 +00:00
parent 5a2444eb24
commit 6f981e7b08
1 changed files with 1 additions and 1 deletions

View File

@ -2448,7 +2448,7 @@ class DBManager
end
info[:params] = nils_for_nulls(unserialize_object(web.elements["params"], allow_yaml))
when "vuln"
%W{path query method pname proof risk name blame description category}.each do |datum|
%W{path query method pname proof risk name blame description category confidence}.each do |datum|
if web.elements[datum].respond_to? :text
info[datum.intern] = nils_for_nulls(web.elements[datum].text.to_s.strip)
end