dradis-metasploit 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: cd5f5f5003b5e970a5385e6bf5263d57bef8a02249be2ceb34ef0e48c48f04ef
4
- data.tar.gz: 9347cb3e98bbd27964af5e1a06a59a8b1ad0eeceab21ac3260c265ca5f8cda10
3
+ metadata.gz: bb7db623e0c88c86f12200920ca8eb4f091e0c8221dee6bdc52bfd490f04225d
4
+ data.tar.gz: c07f49d12e4ec1aca35c4f0cd00f5a8cbda399273b644b5740c20a31b7119488
5
5
  SHA512:
6
- metadata.gz: 1ef33e7b377dcc6dbfe4fd08a1c3d41f6b740c7c01a5b05a9241ceb678c16c06c2f2a0fdecc13c3d21d63f15a9a789d941c468fe699574292a8118573a6112d1
7
- data.tar.gz: 7f7fe200482d01676680fad8de7758e464f85cc70115a6c9876c819129eedb2f7392cc00c6ad931996a9312f9a8ef977a16410a188e5dd52029c35381b4622cb
6
+ metadata.gz: b110ccf43d5bc64ce1143f33ff1e6469d0708fd3c62c6f94386717ed05ebd0ebbdb4537736364b43ba5d6d2c6aadba754c066c3adfa310a5135f80b3fddf6f3e
7
+ data.tar.gz: 1572250103ae80484ea7d175ede9998bc0e39580fe57574a325dd4cb395afba6c7fb037da43b8e99738d89bc62ae975b9234da9a2dc97d5d55261e38c7678b1b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.4.0 (June 2022)
2
+ - Provide plugin template mappings (no mappings)
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
 
@@ -1,5 +1,9 @@
1
1
  module Dradis::Plugins::Metasploit
2
2
  class Importer < Dradis::Plugins::Upload::Importer
3
+ def self.templates
4
+ {}
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-metasploit
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
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  - !ruby/object:Gem::Version
150
150
  version: '0'
151
151
  requirements: []
152
- rubygems_version: 3.1.4
152
+ rubygems_version: 3.2.32
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Metasploit add-on for the Dradis Framework.