dradis-qualys 4.3.0 → 4.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 179f7a4d51e6e9514362058cfe23587808351d96fff29ff3638c1f3020f2bcc3
4
- data.tar.gz: e0ff0cb6075b177f802fa74f3ba0d396fb8c8ebbecf07fd390860788e2e1e506
3
+ metadata.gz: 2da61b9fd75db0c8211be93f7449d215ac487a68f96bfed06890a0faeeca9df1
4
+ data.tar.gz: 612d0c2f9c12cec4f3c2c65eeb3a4d4ad1ae8bd9a091ef67894e077fc0e73079
5
5
  SHA512:
6
- metadata.gz: f06c828d8f2209711734decbafa5f2dcb0e3b1f0df3bb9b1fc86b24bcb0634c8a0892d3be4b78d3a87bfd64431cc1091f8dd9b2de1ccfb12ff4ea958a28abaac
7
- data.tar.gz: e595872f8ad27155e0a5916eed09f043a30e19122402ded9dbdd4ff1367857da4d67bee5c336967406e78e771cca89230b9a263f8a0c8de48bd3ae4fc6116e89
6
+ metadata.gz: 998662ea3dd5a075ffc5eb764b781d3f4e56b5af56243317270616eeb59eb9cf7607823cb359b783f8f5f4417a224c8c4c068154f4382160fa89ef71ccb66851
7
+ data.tar.gz: ee2968f166612fd5bab2188ea0aba072dd50ca46f99b178a2ea4b24acb7816f888ccdfbdb781af0afcdc4c9c1e3591c0758a1ea146ae6f8b7652c6f4cd60da53
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.4.0 (June 2022)
2
+ - Registers template mappings locally
3
+
1
4
  v4.3.0 (April 2022)
2
5
  - Adds Qualys Asset Scanner (ASSET) support
3
6
  - Bugs fixes:
@@ -1,7 +1,6 @@
1
1
  module Dradis::Plugins::Qualys
2
2
  module Asset
3
3
  ROOT_PATH_NAME = 'ASSET_DATA_REPORT'.freeze
4
-
5
4
  def self.meta
6
5
  package = Dradis::Plugins::Qualys
7
6
 
@@ -13,6 +12,10 @@ module Dradis::Plugins::Qualys
13
12
  end
14
13
 
15
14
  class Importer < Dradis::Plugins::Upload::Importer
15
+ def self.templates
16
+ { evidence: 'asset-evidence', issue: 'asset-issue' }
17
+ end
18
+
16
19
  def initialize(args={})
17
20
  args[:plugin] = Dradis::Plugins::Qualys
18
21
  super(args)
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 3
11
+ MINOR = 4
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
@@ -13,6 +13,10 @@ module Dradis::Plugins::Qualys
13
13
  class Importer < Dradis::Plugins::Upload::Importer
14
14
  attr_accessor :host_node
15
15
 
16
+ def self.templates
17
+ { evidence: 'evidence', issue: 'element' }
18
+ end
19
+
16
20
  def initialize(args={})
17
21
  args[:plugin] = Dradis::Plugins::Qualys
18
22
  super(args)
@@ -13,6 +13,10 @@ module Dradis::Plugins::Qualys
13
13
  end
14
14
 
15
15
  class Importer < Dradis::Plugins::Upload::Importer
16
+ def self.templates
17
+ { evidence: 'was-evidence', issue: 'was-issue' }
18
+ end
19
+
16
20
  def initialize(args={})
17
21
  args[:plugin] = Dradis::Plugins::Qualys
18
22
  super(args)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-qualys
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-29 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  - !ruby/object:Gem::Version
179
179
  version: '0'
180
180
  requirements: []
181
- rubygems_version: 3.1.4
181
+ rubygems_version: 3.2.32
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: Qualys add-on for the Dradis Framework.