dradis-calculator_cvss 3.0.1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +5 -0
- data/lib/dradis/plugins/calculators/cvss/engine.rb +1 -1
- data/lib/dradis/plugins/calculators/cvss/gem_version.rb +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1dfaa26a504b825542b9b0e3938c0be5e69d462
|
4
|
+
data.tar.gz: f6ba4c5a887635e48041caae51d79675e342e165
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1980fface33765e8ad8d69186297d215ddc1474c0e9c8bef44bbc125474be84bf5293df8d1d90008f0ea85adedd1fbea78daf49bc6f046ce1bb763d37cccf10
|
7
|
+
data.tar.gz: 4680b03f9ebc40c8dd461bc155861d2749514154ed34f809847475657e55122686176795a2c2028a008a2f5ec1c589ba170752a971fb2e1f168f38d38d1e58a2
|
data/CHANGELOG.md
ADDED
data/README.md
CHANGED
@@ -33,3 +33,8 @@ See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisfra
|
|
33
33
|
## License
|
34
34
|
|
35
35
|
Dradis Framework and all its components are released under [GNU General Public License version 2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.
|
36
|
+
|
37
|
+
|
38
|
+
## Feature requests and bugs
|
39
|
+
|
40
|
+
Please use the [Dradis Framework issue tracker](https://github.com/dradis/dradis-ce/issues) for add-on improvements and bug reports.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-calculator_cvss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0
|
4
|
+
version: 3.6.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: 2017-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|
@@ -60,6 +60,7 @@ extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
62
|
- ".gitignore"
|
63
|
+
- CHANGELOG.md
|
63
64
|
- CONTRIBUTING.md
|
64
65
|
- Gemfile
|
65
66
|
- LICENSE
|
@@ -98,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
99
|
version: '0'
|
99
100
|
requirements: []
|
100
101
|
rubyforge_project:
|
101
|
-
rubygems_version: 2.
|
102
|
+
rubygems_version: 2.4.5
|
102
103
|
signing_key:
|
103
104
|
specification_version: 4
|
104
105
|
summary: This plugin adds a CVSSv3 score calculator to Dradis.
|