dradis-wpscan 4.2.0 → 4.5.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: e58f30676a161e5a2784ecf5354fb4d831b67f565d0a8815a1bd9f2779283b70
4
- data.tar.gz: 2fb22f32a601bcdb563919be2edf4236b62b28fef25bc63c5802901298ea53e2
3
+ metadata.gz: cafdc569d20c9d2c962c470d73e211485dfbd3e20e6d7f50ec24fea8850c3cdf
4
+ data.tar.gz: 96e4cb30f932bfe912c02f18b5c0aea34b3d477fbbdfc0cd88a25173321e30e5
5
5
  SHA512:
6
- metadata.gz: ecbf91c98b1780fe41ef4f865e344a93a532a9efa225e554ed658ee2a5facf9b7823ea3f826632e6b755d61f57cb7374e83a83329686463ed4558b75752aa234
7
- data.tar.gz: 767bff87b4236a12c571bbf147f9bae83db9b0fe20357bacf2a2df47ccd451359e5f2ffb848bc557de943468556f154cff2f2c127097ec454e41f51cad02b912
6
+ metadata.gz: d95e2b43f7f6bce7a4989a9eac5f8d875139c6dff1cd9a6f4b91106adef2836400a2a7e000cadfe666fc45d3aaf16f947897375e5992abd9eb63e9e0517b38b7
7
+ data.tar.gz: c572597742b3b545db5b45cf8075885f32113c7cdf33e0d89a85575ffaed0930c18cfd5ef88bb9b64bbc345cebbc891d85404c162239c9aaec1cf1b50fa78d2c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ v4.5.0 (August 2022)
2
+ - No changes
3
+
4
+ v4.4.0 (June 2022)
5
+ - Registers template mappings locally
6
+
7
+ v4.3.0 (April 2022)
8
+ - No changes
9
+
1
10
  v4.2.0 (February 2022)
2
11
  - No changes
3
12
 
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 2
11
+ MINOR = 5
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
@@ -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.2.0
4
+ version: 4.5.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-02-14 00:00:00.000000000 Z
14
+ date: 2022-08-22 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.1.4
161
+ rubygems_version: 3.2.28
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: WPScan add-on for the Dradis Framework.