Clear state for new vulns

[FixRM #7665]
bug/bundler_fix
James Lee 2013-01-07 16:27:40 -06:00
parent 3f9c459545
commit 8bfca52941
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class NetSparkerXMLStreamParser
case name
when "vulnerability"
@vuln = { 'info' => [] }
@vuln['confirmed'] = attributes['confirmed']
end
end