nexpose 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/nexpose.rb +4 -0
- 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: 0c21319fde425693874c0a774154f24e8d607c49
|
|
4
|
+
data.tar.gz: abeec4c8c67c6ea3345279ed54e4e1d92ee955a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffad99d57faa94fa17f16154e9ecadbf535a3165a740da7dff06adaaa43bb80aace6423243d9a11fe1737ae78a95ce8fd369fc68a8c892cd5063f71106f86a6b
|
|
7
|
+
data.tar.gz: c701aca11261817307b508e3516b7e935ae72d3825e1197615dafddc878d8dd6200aacc30d346100e7fe38ba6c3fcda0b1f8a8a88669718de56a4c2ad02687e6
|
data/Gemfile.lock
CHANGED
data/lib/nexpose.rb
CHANGED
|
@@ -110,6 +110,10 @@ require 'nexpose/maint'
|
|
|
110
110
|
require 'nexpose/version'
|
|
111
111
|
require 'nexpose/wait'
|
|
112
112
|
|
|
113
|
+
# Double the size of the default limit,
|
|
114
|
+
# to work around large vuln content.
|
|
115
|
+
REXML::Security.entity_expansion_text_limit = 20_000
|
|
116
|
+
|
|
113
117
|
module Nexpose
|
|
114
118
|
|
|
115
119
|
# Echos the last XML API request and response for the specified object. (Useful for debugging)
|
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: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HD Moore
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2016-05-
|
|
16
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: bundler
|