Make Ruby 1.8.7 happy
git-svn-id: file:///home/svn/framework3/trunk@12382 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
545025dbea
commit
1a4d4340bf
|
@ -3460,8 +3460,7 @@ class DBManager
|
|||
|
||||
yield(:warning,
|
||||
"Warning: The Retina XML format does not associate vulnerabilities with the specific service on which they were found.\n" +
|
||||
" This makes it impossible to correlate exploits to discovered vulnerabilities in a reliable fashion."
|
||||
)
|
||||
" This makes it impossible to correlate exploits to discovered vulnerabilities in a reliable fashion." )
|
||||
|
||||
parser = Rex::Parser::RetinaXMLStreamParser.new
|
||||
parser.on_found_host = Proc.new do |host|
|
||||
|
|
Loading…
Reference in New Issue