nexpose_ticketing 1.4.1 → 1.4.2
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/README.md +7 -0
- data/lib/nexpose_ticketing/ticket_repository.rb +1 -1
- data/lib/nexpose_ticketing/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd6e9d8bd62c54470ca4f54e04771f6a12ccdd8c
|
|
4
|
+
data.tar.gz: 43dd34880ed11034f401ea0e848a88824446324f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9888c112b4b8f6fbefaa14a57631dd81beb24b343c17789f0e03a3f4bbd8881bec1b7e11967c0bc3fb0b3c5573c1e760d9cab06b75525c340123b5ee7d06f5a7
|
|
7
|
+
data.tar.gz: b87cf187e0344b22c4a9dc30db87a0befcff1323e4aad8aa4558a27de9191d70ee2dd0c78c863bb9ae75abad38783f0293df6e3f3b5c431a3ca4c48126510f21
|
data/README.md
CHANGED
|
@@ -77,6 +77,13 @@ We welcome contributions to this package. We ask only that pull requests and pat
|
|
|
77
77
|
|
|
78
78
|
## Changelog
|
|
79
79
|
|
|
80
|
+
### 1.4.2
|
|
81
|
+
10-05-17
|
|
82
|
+
|
|
83
|
+
Fixed issue where an initial integration run would fail if a site had been scanned more than once, but its' latest scan was a Discovery Scan.
|
|
84
|
+
|
|
85
|
+
Updated the ticket_service documentation to include information about a fix for the "Unable to find hostname" issue, seen with the ServiceNow helper.
|
|
86
|
+
|
|
80
87
|
### 1.4.1
|
|
81
88
|
11-04-17
|
|
82
89
|
|
|
@@ -807,7 +807,7 @@ module NexposeTicketing
|
|
|
807
807
|
fail 'Nexpose item cannot be null or empty' if nexpose_item.nil? || reported_scan_id.nil?
|
|
808
808
|
end
|
|
809
809
|
|
|
810
|
-
report_config.add_filter('version', '
|
|
810
|
+
report_config.add_filter('version', '2.0.0')
|
|
811
811
|
report_config.add_filter('query', Queries.send(query_name, options))
|
|
812
812
|
|
|
813
813
|
id_type = if options[:report_type].to_s == 'initial'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexpose_ticketing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Damian Finol
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2017-
|
|
14
|
+
date: 2017-05-10 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: nexpose
|
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
version: '0'
|
|
182
182
|
requirements: []
|
|
183
183
|
rubyforge_project:
|
|
184
|
-
rubygems_version: 2.
|
|
184
|
+
rubygems_version: 2.5.1
|
|
185
185
|
signing_key:
|
|
186
186
|
specification_version: 4
|
|
187
187
|
summary: Ruby Nexpose Ticketing Engine.
|