nexpose_ticketing 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3ffdf974b08664d4f4eb4443dbfddb507064265
4
- data.tar.gz: 69ae691b188aa54aecd47ab6075658d84c0826d1
3
+ metadata.gz: bd6e9d8bd62c54470ca4f54e04771f6a12ccdd8c
4
+ data.tar.gz: 43dd34880ed11034f401ea0e848a88824446324f
5
5
  SHA512:
6
- metadata.gz: fade57da0b4a9cd57c65af47d890089dd4a93feda5c7eb91ef562fc85762e30cee4cd83265ca5b35ded7df63114d830653c40a622db4072686cc784264ed71b6
7
- data.tar.gz: 6aadc9ccff148fc6360d9a693f18cc6954708ee918e909c60b4190fc2a197d011b3250de096f552f56dcffdfd78b3c725711164b4bd37606d348cd50aa1d4b00
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', '1.2.0')
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'
@@ -1,3 +1,3 @@
1
1
  module NexposeTicketing
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
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.1
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-04-11 00:00:00.000000000 Z
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.4.8
184
+ rubygems_version: 2.5.1
185
185
  signing_key:
186
186
  specification_version: 4
187
187
  summary: Ruby Nexpose Ticketing Engine.