nessus 0.1.0.beta.13 → 0.1.0.beta.14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/nessus/client/report.rb +1 -1
- data/lib/nessus/version.rb +1 -1
- metadata +1 -1
data/lib/nessus/client/report.rb
CHANGED
@@ -199,7 +199,7 @@ module Nessus
|
|
199
199
|
pluginid_to_hostnames = Hash[pluginid_arr]
|
200
200
|
end
|
201
201
|
|
202
|
-
def report_item(report_findings,
|
202
|
+
def report_item(report_findings, hostname, plugin_id)
|
203
203
|
report_findings[hostname].find_all do |report_item|
|
204
204
|
report_item['pluginid'].eql? plugin_id
|
205
205
|
end
|
data/lib/nessus/version.rb
CHANGED