dradis-calculator_mitre 4.17.1 → 4.18.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/calculators/mitre/gem_version.rb +2 -2
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b220bc18bd9136a351e8d9abd54d2934ad999e3f8f89f93623aab987a657205a
|
4
|
+
data.tar.gz: d56130bb0a902a01e501aafbf8fdcb7bb84744725da64c29eeb5d34d6b5011cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bb371b8a51058bf3044ef1ceaae5c305e3c111a53711afb8869bc67403ad754822735a6341e1c80bfe05fb429338d574a81e882d6424732284f2429d7009682
|
7
|
+
data.tar.gz: 320fa6f2f20cf0afa2812b000d1b6fffe29b889746010e728f964c0758008b4abefa87413dc13564968fdbaf3ffcd9d27e8e18ca0664021eceb432d6ad7c5076
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-calculator_mitre
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dradis Team
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: dradis-plugins
|
@@ -53,7 +52,6 @@ dependencies:
|
|
53
52
|
- !ruby/object:Gem::Version
|
54
53
|
version: '10.0'
|
55
54
|
description: Add MITRE tactics, techniques, and sub-techniques to your Issues.
|
56
|
-
email:
|
57
55
|
executables: []
|
58
56
|
extensions: []
|
59
57
|
extra_rdoc_files: []
|
@@ -87,7 +85,6 @@ homepage: https://dradis.com/support/guides/projects/calculators.html
|
|
87
85
|
licenses:
|
88
86
|
- GPL-2
|
89
87
|
metadata: {}
|
90
|
-
post_install_message:
|
91
88
|
rdoc_options: []
|
92
89
|
require_paths:
|
93
90
|
- lib
|
@@ -102,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
99
|
- !ruby/object:Gem::Version
|
103
100
|
version: '0'
|
104
101
|
requirements: []
|
105
|
-
rubygems_version: 3.
|
106
|
-
signing_key:
|
102
|
+
rubygems_version: 3.6.9
|
107
103
|
specification_version: 4
|
108
104
|
summary: This plugin adds a MITRE addon to Dradis.
|
109
105
|
test_files: []
|