dradis-calculator_dread 4.5.0 → 4.7.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f095b36bd97172483fc1359ad456771388720fc5179f9e781cc746e66c498be
|
4
|
+
data.tar.gz: 3e46a26bc2f3c6d38489ef7f641dd400ab36fa6d915dae1f2bcc870665c1eb87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 235f7e97bbfb298f2e6c057b9813ee64af8b45b7e7150e3eb82acfe46093ad590870729ddee458f507b8997d4525b42d2faa9855d4f14de32ecbd7d48bfff67d
|
7
|
+
data.tar.gz: 2f85a5136e5a0689d4defc9d880f936119c0441589a253c7b888e4c2e65741fd626e5171aabb9a1a0f65a5677f2e755924f9ba466abdbb55cbf4f4c4c6f420a7
|
data/CHANGELOG.md
CHANGED
data/app/views/dradis/plugins/calculators/dread/{_addons_menu.html.erb → _tools_menu.html.erb}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-calculator_dread
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.7.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:
|
11
|
+
date: 2023-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- app/controllers/dradis/plugins/calculators/dread/base_controller.rb
|
77
77
|
- app/controllers/dradis/plugins/calculators/dread/issues_controller.rb
|
78
78
|
- app/models/dradis/plugins/calculators/dread/v1.rb
|
79
|
-
- app/views/dradis/plugins/calculators/dread/
|
79
|
+
- app/views/dradis/plugins/calculators/dread/_tools_menu.html.erb
|
80
80
|
- app/views/dradis/plugins/calculators/dread/base/_impact.html.erb
|
81
81
|
- app/views/dradis/plugins/calculators/dread/base/_likelihood.html.erb
|
82
82
|
- app/views/dradis/plugins/calculators/dread/base/index.html.erb
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
|
-
rubygems_version: 3.
|
112
|
+
rubygems_version: 3.1.4
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: This plugin adds a DREAD score calculator to Dradis.
|