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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4ab448cb88686aae65e7c86dd93a0cfd0515056
4
- data.tar.gz: acf197ea7e2d8b2dbd44dd3c733bc439a9bef0fc
3
+ metadata.gz: a1dfaa26a504b825542b9b0e3938c0be5e69d462
4
+ data.tar.gz: f6ba4c5a887635e48041caae51d79675e342e165
5
5
  SHA512:
6
- metadata.gz: 13a934780feb6db745b297a4d53e09f314d8d9fe34c7f6bd9601a17cefc1311136c879024e535766db8a077cf62c23cf947d48b29d46cd192dbdf5d281f18c8e
7
- data.tar.gz: 5cd4bbb4ba398d61a13fe47041eab0d0a09306042a9f33703fc40e2a89619d5e2ecced0f4fdd1466eac733ee9adb03f8b250e885eb319991cb633263854bfe84
6
+ metadata.gz: e1980fface33765e8ad8d69186297d215ddc1474c0e9c8bef44bbc125474be84bf5293df8d1d90008f0ea85adedd1fbea78daf49bc6f046ce1bb763d37cccf10
7
+ data.tar.gz: 4680b03f9ebc40c8dd461bc155861d2749514154ed34f809847475657e55122686176795a2c2028a008a2f5ec1c589ba170752a971fb2e1f168f38d38d1e58a2
@@ -0,0 +1,3 @@
1
+ ## Dradis Framework 3.6 (March XX, 2017) ##
2
+
3
+ * No changes.
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.
@@ -23,4 +23,4 @@ module Dradis::Plugins::Calculators::CVSS
23
23
  end
24
24
 
25
25
  end
26
- end
26
+ end
@@ -9,8 +9,8 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 3
12
- MINOR = 0
13
- TINY = 1
12
+ MINOR = 6
13
+ TINY = 0
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
@@ -18,4 +18,4 @@ module Dradis
18
18
  end
19
19
  end
20
20
  end
21
- end
21
+ end
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.1
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: 2016-08-12 00:00:00.000000000 Z
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.2.3
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.