dradis-acunetix 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: 1c06b3191cd246a7223ee611bfab827fae6a261fda05df5344be4d22ccd6bc0a
4
- data.tar.gz: 8fe679fa548a82bd2c82c96a8fd280bab35369943d4c695b71b54d05da6efbc3
3
+ metadata.gz: 38407b9ccacc4c5dc1206291f41cd99da3c45b40d5c912214ba6b653704bc82e
4
+ data.tar.gz: c20d05b3192647ca9c8b8a1cc920e9393f047ffe3d243e017f6905e63a340fde
5
5
  SHA512:
6
- metadata.gz: 12711ee3ba3cb8ff669f989dd03f9a822025861109edf96020d8603dae8019e417350b0701efea89c912d6c5eb62eda16c9f5bdbe99c14e41010069b2476727d
7
- data.tar.gz: 95ab85564e8c69c314de89f3a63f518a8ea8fca73412a359d117ee19a96feda678d7e5b3a514a483245b7543f57de1631e9c50815beb727528a797f0f94b7676
6
+ metadata.gz: 546232e4ae521b0e7d70f83876ed9d5ea0593ecf190079e1306fac7313fb06ae09d2f5db1d01cbead9b2ae6642266b27d25ed08daf775d80d26c70a9fd6358d8
7
+ data.tar.gz: 0db3eab2d7722aab133d5262b90402f432da506a4ae722ea0bd6248cda9f58761b764b3ca7f9f9704a746cc3245e61036848b4d8f09a65c92fcbbaa932fe376d
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
  - No changes
3
6
 
@@ -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
 
@@ -8,6 +8,10 @@ module Dradis::Plugins::Acunetix
8
8
 
9
9
  attr_accessor :scan_node, :xml
10
10
 
11
+ def self.templates
12
+ { evidence: 'evidence', issue: 'report_item' }
13
+ end
14
+
11
15
  # The framework will call this function if the user selects this plugin from
12
16
  # the dropdown list and uploads a file.
13
17
  # @returns true if the operation was successful, false otherwise
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-acunetix
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
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
171
  requirements: []
172
- rubygems_version: 3.1.4
172
+ rubygems_version: 3.2.32
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Acunetix add-on for the Dradis Framework.