dradis-calculator_cvss 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: f4cb44d80784997ffd2cf5416fb4687d521f3bc30753e7f4a60edeb1f5be59d1
|
|
4
|
+
data.tar.gz: 80bba699853b1b173eaafd9d069df3a96a8bb8cc23a0d0f2d117b4ea1402f4f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec893d5419528c35558cfe18c5866dc4933fc0b30fbfa99d245fbbcea3f300a53a5f042df6a90cd3f35cbbb35beabd3029a1ee18ac18ce2128378aefa06f0253
|
|
7
|
+
data.tar.gz: 7a955f2ab965190472befb591deadde143ba16b2fa024d6825b290f1582b52d0d7c67f1ac89105b60b0a83b1ba4e57fee871e94b88f3096c6affb8c565121af2
|
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 - CVSS', cvss_calculator.calculators_cvss_path, class: 'dropdown-item', data: { turbolinks: false } %>
|
|
4
4
|
</li>
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dradis-calculator_cvss
|
|
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 CVSS score calculator in Dradis Framework.
|
|
56
|
-
email:
|
|
57
55
|
executables: []
|
|
58
56
|
extensions: []
|
|
59
57
|
extra_rdoc_files: []
|
|
@@ -90,7 +88,6 @@ files:
|
|
|
90
88
|
- app/controllers/dradis/plugins/calculators/cvss/issues_controller.rb
|
|
91
89
|
- app/models/dradis/plugins/calculators/cvss/v3.rb
|
|
92
90
|
- app/models/dradis/plugins/calculators/cvss/v4.rb
|
|
93
|
-
- app/views/dradis/plugins/calculators/cvss/_ce_tools_menu.html.erb
|
|
94
91
|
- app/views/dradis/plugins/calculators/cvss/_tools_menu.html.erb
|
|
95
92
|
- app/views/dradis/plugins/calculators/cvss/_version_menu.html.erb
|
|
96
93
|
- app/views/dradis/plugins/calculators/cvss/base/index.html.erb
|
|
@@ -119,7 +116,6 @@ homepage: https://dradis.com/support/guides/projects/calculators.html
|
|
|
119
116
|
licenses:
|
|
120
117
|
- GPL-2
|
|
121
118
|
metadata: {}
|
|
122
|
-
post_install_message:
|
|
123
119
|
rdoc_options: []
|
|
124
120
|
require_paths:
|
|
125
121
|
- lib
|
|
@@ -134,8 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
134
130
|
- !ruby/object:Gem::Version
|
|
135
131
|
version: '0'
|
|
136
132
|
requirements: []
|
|
137
|
-
rubygems_version: 3.
|
|
138
|
-
signing_key:
|
|
133
|
+
rubygems_version: 3.6.9
|
|
139
134
|
specification_version: 4
|
|
140
135
|
summary: This plugin adds a CVSS score calculator to Dradis.
|
|
141
136
|
test_files: []
|