dradis-wpscan 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/wpscan/gem_version.rb +1 -1
- data/lib/dradis/plugins/wpscan/importer.rb +4 -0
- 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: ec21facc1c484f59eeda365c437be4b797de9fd73fe2f76e37de245dc43d444e
|
|
4
|
+
data.tar.gz: 86f05fa386819e5c9715b7339a11428882925003fd8bbcf6cef8f1430dbb3f17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f92bda8c9f1224d92a8634537eb8ff011abac6a22044dd03b637acd698dcc63669d6e5a2924ba411628e95f34ddcd41c8448a98486f578707bd5ffd6369b6dc8
|
|
7
|
+
data.tar.gz: d93194d4aee65cdd486ea8af9123e6b643199eb45bbfd25ef1b8c4d97db6b5676355a6b15bfebf2a259751caa81673e89f3053db9b74d3b74e9d05660ece5357
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
module Dradis::Plugins::Wpscan
|
|
2
2
|
class Importer < Dradis::Plugins::Upload::Importer
|
|
3
|
+
def self.templates
|
|
4
|
+
{ evidence: 'evidence', issue: 'vulnerability' }
|
|
5
|
+
end
|
|
6
|
+
|
|
3
7
|
# The framework will call this function if the user selects this plugin from
|
|
4
8
|
# the dropdown list and uploads a file.
|
|
5
9
|
# @returns true if the operation was successful, false otherwise
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dradis-wpscan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Mehlmauer
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2022-
|
|
14
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: dradis-plugins
|
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
|
-
rubygems_version: 3.
|
|
161
|
+
rubygems_version: 3.2.32
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: WPScan add-on for the Dradis Framework.
|