nessus 0.1.0.beta.10 → 0.1.0.beta.11
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 +2 -2
data/lib/nessus/client/report.rb
CHANGED
@@ -205,7 +205,7 @@ module Nessus
|
|
205
205
|
]
|
206
206
|
end
|
207
207
|
plugin_id_to_hostname = Hash[plugin_id_arr]
|
208
|
-
plugin_id_to_hostname.sort_by { |id, s| s['severity'] }
|
208
|
+
Hash[plugin_id_to_hostname.sort_by { |id, s| s['severity'] }]
|
209
209
|
end
|
210
210
|
|
211
211
|
def report_item(report_findings, host, plugin_id)
|
data/lib/nessus/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nessus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.beta.
|
4
|
+
version: 0.1.0.beta.11
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-12-
|
13
|
+
date: 2013-12-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|