dradis-wpscan 3.20.0 → 3.21.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: 699d5defe5b6c682c28951a730a8c1e72db605006bf6b8d9ea8248d6f025d871
4
- data.tar.gz: bf6f7ecf87e75f003f50df99730a843e47dc95041b8ea32fe5c66d4141b42519
3
+ metadata.gz: e2de7ff46191ff63c97cfb0ea9b7bf5cc9c60ca97a82522d5c66ab8e9298f003
4
+ data.tar.gz: b9c07c148710d4788cb959ab388a55eed7222e4c58aac5209092c0fa3997cf96
5
5
  SHA512:
6
- metadata.gz: 11495e8bf3f9b6a775f5913ed50463ca1aafd1355555ac983cd9815a9757eecd89ccf37c12effbe0b061ee349c2a3da93bc9d8a19610806d49a35d2b9ab7ca14
7
- data.tar.gz: 600d080116b55ae1a84d7cb085753a5053db009edff0407081745925771e39b86616553ee93bfe95396ad9d7bb04b5ba90742d8098e7c93606227f3802a58ebc
6
+ metadata.gz: fbdb2bfbebd1c933f9c9acd1341360ac8d599611442962f223bfeb344706e72b46a21f383ff15c271c4b4f86b3f39516257f53afd2dc9de9331d75fc56204340
7
+ data.tar.gz: b074ed57f23fb1a937b816f2a0c3b31cce32d516f5df1b6f38b2ca9a32c89649a6f35957831c7598b1efda72ea6c6db9573eb7d64bcc2c6b45860deb90e2f9c3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Dradis Framework 3.21 (February, 2021) ##
2
+
3
+ * No changes.
4
+
1
5
  ## Dradis Framework 3.20 (December, 2020) ##
2
6
 
3
7
  * No changes.
@@ -1,13 +1,9 @@
1
- module Dradis
2
- module Plugins
3
- module Wpscan
4
- class Engine < ::Rails::Engine
5
- isolate_namespace Dradis::Plugins::Wpscan
1
+ module Dradis::Plugins::Wpscan
2
+ class Engine < ::Rails::Engine
3
+ isolate_namespace Dradis::Plugins::Wpscan
6
4
 
7
- include ::Dradis::Plugins::Base
8
- description 'Processes WPScan JSON output'
9
- provides :upload
10
- end
11
- end
5
+ include ::Dradis::Plugins::Base
6
+ description 'Processes WPScan JSON output'
7
+ provides :upload
12
8
  end
13
9
  end
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 20
11
+ MINOR = 21
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
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: 3.20.0
4
+ version: 3.21.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: 2021-01-07 00:00:00.000000000 Z
14
+ date: 2021-02-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: dradis-plugins