dradis-calculator_dread 3.9.0 → 3.10.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: e301f0bbb93be5632473be9d6c7c4f8895cb2f02
4
- data.tar.gz: f7db930b87a9a2375ed58cf1b4628480dcded12c
3
+ metadata.gz: 507279e42c6a4822d42ce31b6483e8ba3bd7961b
4
+ data.tar.gz: 5be2f15b70faa4fab62e69f7db7bc065b0280ab7
5
5
  SHA512:
6
- metadata.gz: 457da9cd770e492a17e586a119c96af5f2b490496ad12a1f61f6f52a1bb3b1668f6cfdddd8755d277c4d5fa76a5987be5a8b4537cedb2a14418e92d3e7eb5a23
7
- data.tar.gz: 29d20d047d07caf8cb326dd01f8f6ebc9fb3fbf4bd759285ae77a95d6c02be5856f34da5f0f06e4dbdbe6f2e854bb830093efe28c760e312058506f51f0b4352
6
+ metadata.gz: effc10281ea973ca968bc5a40fcac380daf85d7c6b36d6d271f2946475929afbf4405c7add95a9b788fba34de5016a50775e3c68f0268919e311b9d1cf667adb
7
+ data.tar.gz: d76d1fd9c15a4f3de1d75b0da72533a131cf29ae377ecd4e36c67cc61ff206618563f9ae527f1039dd7c0864e3f5ac7f15d05b7b46e650537daafd92b4c526f0
@@ -1,3 +1,7 @@
1
+ ## Dradis Framework 3.10 (August, 2018) ##
2
+
3
+ * No changes.
4
+
1
5
  ## Dradis Framework 3.9 (January, 2018) ##
2
6
 
3
7
  * No changes.
data/README.md CHANGED
@@ -6,7 +6,7 @@ This simple addon adds a new page under `/calculators/dread` for you to perform
6
6
 
7
7
  DREAD stands for (D)amage, (R)eproducibility, (E)xploitability, (A)ffected users, (D)iscoverability and is a common risk assessment model [introduced by Microsoft](http://blogs.msdn.com/b/david_leblanc/archive/2007/08/13/dreadful.aspx).
8
8
 
9
- The add-on requires [Dradis CE](https://dradisframework.org/) > 3.0, or [Dradis Pro](https://dradisframework.com/pro/).
9
+ The add-on requires [Dradis CE](https://dradisframework.com/) > 3.0, or [Dradis Pro](https://dradisframework.com/pro/).
10
10
 
11
11
 
12
12
  ## Install
@@ -9,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 3
12
- MINOR = 9
12
+ MINOR = 10
13
13
  TINY = 0
14
14
  PRE = nil
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.10.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: 2018-01-08 00:00:00.000000000 Z
11
+ date: 2018-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.4.5
101
+ rubygems_version: 2.6.8
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: This plugin adds a DREAD score calculator to Dradis.