nexpose 0.8.11 → 0.8.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nexpose/global_settings.rb +1 -6
- data/lib/nexpose/scan_template.rb +1 -1
- data/lib/nexpose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5775283458986894b95fd962949b90ac823a703d
|
4
|
+
data.tar.gz: 16dae4681f6014fac3e11a4a87abbfb570d7a8a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a89fcc8ef7d2055b91ea186b6ac9f4fd4277d9ba1e353d9949f89c6c869f5fcc44db4f4728c304e862398d8486a7c85f274094f9c9672b5c0b2bdeaffd254a8
|
7
|
+
data.tar.gz: 877bfea17e486996016054e7afbc186f4af61f57875d2c372b24e79fe3987241152daf285cf90069499ca850d6ad6880868115b32fdbbf74642552dbeb95167c
|
@@ -8,7 +8,7 @@ module Nexpose
|
|
8
8
|
|
9
9
|
# Whether control scanning in enabled. A feature tied to ControlsInsight
|
10
10
|
# integration.
|
11
|
-
|
11
|
+
attr_accessor :control_scanning
|
12
12
|
|
13
13
|
# XML document representing the entire configuration.
|
14
14
|
attr_reader :xml
|
@@ -27,11 +27,6 @@ module Nexpose
|
|
27
27
|
control_scanning
|
28
28
|
end
|
29
29
|
|
30
|
-
# Enables/disables controls scanning
|
31
|
-
def control_scanning=(enabled)
|
32
|
-
add_control_scanning_to_xml(xml, enabled)
|
33
|
-
end
|
34
|
-
|
35
30
|
# Save any updates to this settings object to the Nexpose console.
|
36
31
|
#
|
37
32
|
# @param [Connection] nsc Connection to a Nexpose console.
|
data/lib/nexpose/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nexpose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HD Moore
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-11-
|
14
|
+
date: 2014-11-05 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rex
|