dradis-openvas 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: 7c78058985d8b5b920947b69c4115cd488f1f506d6f7fab2656717cc27d90985
4
- data.tar.gz: eae535e726c39db41a686dca04048b49798d9b910c072605addea159a66fec7c
3
+ metadata.gz: c6b8c211533151ceafee4ab254534000330867809a08a63affd32d68b11de773
4
+ data.tar.gz: 0e0f76ad3142005a622a97495d763d312dc23c39dbac5c6da59600bf8a8ae9a9
5
5
  SHA512:
6
- metadata.gz: 331ac182cd1cb10011f37876d41ec532a260c951d385f18ccc4bf9ff78c40ab605cf9ef631c4c46ab56e03d7f251e81b33580bb686906497c57a350c5f1024ec
7
- data.tar.gz: dcd7397fe5f3a6601a5d852c80e35b62241b83d65891d349825646f3c58c3fff4d551060f70e6eb698b37436e9111c5c07a207ca3075a506fddd01319eb3c8c9
6
+ metadata.gz: 6c6798ed7917441dc789a57173398fb121db8afa401e5fed05efcaeacfd5f3e0f7a3c907f578a1ecff112e535588460e208c6c25272eb7401135b4e3d06d9f06
7
+ data.tar.gz: 5c92ee9e17ff56d86ef0adb08eac262a39a5efd6c078135fb31bc00d2b69604d39e9f25dcf6b1052ec6dfc0108a183bb1f45abb59119aef3e02ecc598e25ad94
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
  - Update Node label parsing. Include :hostname and :asset_id properties.
3
6
 
@@ -12,4 +12,4 @@ module Dradis::Plugins::OpenVAS
12
12
  end
13
13
  end
14
14
  end
15
- end
15
+ end
@@ -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
 
@@ -1,5 +1,8 @@
1
1
  module Dradis::Plugins::OpenVAS
2
2
  class Importer < Dradis::Plugins::Upload::Importer
3
+ def self.templates
4
+ { evidence: 'evidence', issue: 'result' }
5
+ end
3
6
 
4
7
  # The framework will call this function if the user selects this plugin from
5
8
  # the dropdown list and uploads a file.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-openvas
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
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.1.4
148
+ rubygems_version: 3.2.32
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: OpenVAS add-on for the Dradis Framework.