dradis-calculator_dread 4.17.1 → 4.19.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83573d83cf748e623a412fc60828beb51a9512c31a90413d9918a5ea4bcdedb1
|
|
4
|
+
data.tar.gz: d7e87c3430ea2a54af4691b6a596d5f7f7f6098134fb68b9244d0fb285b20242
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 504904b0cedcec03c1551b1865e09a74c16add0ba115d6901b3d18dccbf98c4a83dbaf52aad0025a3676b99e929ae7be78246eaddcdcd074dc591812cf7d41fd
|
|
7
|
+
data.tar.gz: 53ddc34f0845fedc8a0ad8da245dc9d16f467d086de808e14a76e54f5863228c0a80a9d4bd5fa7ba0f98b1340ba5d2b1503a4f3651cede51292411549baabb0a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<%
|
|
1
|
+
<% unless defined?(Dradis::Pro) && current_user.role?(:contributor) %>
|
|
2
2
|
<li>
|
|
3
3
|
<%= link_to 'Risk Calculators - DREAD', dread_calculator.calculators_dread_path, class: 'dropdown-item', data: { turbo: false } %>
|
|
4
4
|
</li>
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
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.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Martin
|
|
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: Display a DREAD score calculator in Dradis Framework.
|
|
56
|
-
email:
|
|
57
55
|
executables: []
|
|
58
56
|
extensions: []
|
|
59
57
|
extra_rdoc_files: []
|
|
@@ -75,7 +73,6 @@ files:
|
|
|
75
73
|
- app/controllers/dradis/plugins/calculators/dread/base_controller.rb
|
|
76
74
|
- app/controllers/dradis/plugins/calculators/dread/issues_controller.rb
|
|
77
75
|
- app/models/dradis/plugins/calculators/dread/v1.rb
|
|
78
|
-
- app/views/dradis/plugins/calculators/dread/_ce_tools_menu.html.erb
|
|
79
76
|
- app/views/dradis/plugins/calculators/dread/_tools_menu.html.erb
|
|
80
77
|
- app/views/dradis/plugins/calculators/dread/base/_impact.html.erb
|
|
81
78
|
- app/views/dradis/plugins/calculators/dread/base/_likelihood.html.erb
|
|
@@ -94,7 +91,6 @@ homepage: https://dradis.com/support/guides/projects/calculators.html
|
|
|
94
91
|
licenses:
|
|
95
92
|
- GPL-2
|
|
96
93
|
metadata: {}
|
|
97
|
-
post_install_message:
|
|
98
94
|
rdoc_options: []
|
|
99
95
|
require_paths:
|
|
100
96
|
- lib
|
|
@@ -109,8 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
105
|
- !ruby/object:Gem::Version
|
|
110
106
|
version: '0'
|
|
111
107
|
requirements: []
|
|
112
|
-
rubygems_version: 3.
|
|
113
|
-
signing_key:
|
|
108
|
+
rubygems_version: 3.6.9
|
|
114
109
|
specification_version: 4
|
|
115
110
|
summary: This plugin adds a DREAD score calculator to Dradis.
|
|
116
111
|
test_files: []
|