dradis-zap 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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/dradis/plugins/zap/gem_version.rb +1 -1
- data/lib/dradis/plugins/zap/importer.rb +4 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c27d3017c4981c50d8c923f3c2ef3eb1ce1ab3d86b56d17c025953feaff5ab0c
|
4
|
+
data.tar.gz: 98ce8944d2df72829cf3b3389a37a6cee6214d606277c2ce57fd57f4685bf79a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70d43ba3a3d6b04c9be4bbdd921b660ee651fcc8f7344ec420aa93fa67f565428b522dae31d9a62b35a9fd2c5062afdc6a54284d5895358b029375cbbf5a0fb0
|
7
|
+
data.tar.gz: e20c30f82940ea1e928e7c3df646e7d818aeb4bc9e30bea199747b912e137fbfc9fb025a76a2fe8f52a10917de0d2c841c8e46f0b7eeeab1fb64b5dec2423d3d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
module Dradis::Plugins::Zap
|
2
2
|
class Importer < Dradis::Plugins::Upload::Importer
|
3
|
+
def self.templates
|
4
|
+
{ evidence: 'evidence', issue: 'issue' }
|
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.
|
@@ -58,4 +61,4 @@ module Dradis::Plugins::Zap
|
|
58
61
|
end
|
59
62
|
end
|
60
63
|
end
|
61
|
-
end
|
64
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-zap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
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-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
- !ruby/object:Gem::Version
|
149
149
|
version: '0'
|
150
150
|
requirements: []
|
151
|
-
rubygems_version: 3.
|
151
|
+
rubygems_version: 3.2.32
|
152
152
|
signing_key:
|
153
153
|
specification_version: 4
|
154
154
|
summary: ZAP add-on for the Dradis Framework.
|