dradis-calculator_cvss 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/cvss/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: 7f3df047ece82b92b97617deb1a9e964d2968c742a0c5c96f89da90c742ebfe6
|
4
|
+
data.tar.gz: 77bcc61aab486daf2b7e784118428e49f53bec3c1c6d6a19d8a71776369c36c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 450a7eea6d35c0f14f8f2b90ddb773c43717e68824563403a8b6225f6756f7ff5946d4b9a5db2f548a951da9a3fef6c450a4c9ed9b3fe97d5c067498c782eb06
|
7
|
+
data.tar.gz: 5eb16eddaabc3998fa1bb7656a67e2d70ef3263b2d26d6c1a4f987e3a52477d914ff439afff19fa59d61556618b81c73e8b6699ba16109a7668fbed4d359d9c5
|
data/CHANGELOG.md
CHANGED
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.18.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: []
|
@@ -119,7 +117,6 @@ homepage: https://dradis.com/support/guides/projects/calculators.html
|
|
119
117
|
licenses:
|
120
118
|
- GPL-2
|
121
119
|
metadata: {}
|
122
|
-
post_install_message:
|
123
120
|
rdoc_options: []
|
124
121
|
require_paths:
|
125
122
|
- lib
|
@@ -134,8 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
131
|
- !ruby/object:Gem::Version
|
135
132
|
version: '0'
|
136
133
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
138
|
-
signing_key:
|
134
|
+
rubygems_version: 3.6.9
|
139
135
|
specification_version: 4
|
140
136
|
summary: This plugin adds a CVSS score calculator to Dradis.
|
141
137
|
test_files: []
|