dradis-calculator_dread 3.0.3 → 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: 3550591fc4b8fbf8beea924626327ce8c7ad4054
4
- data.tar.gz: 1f16e5f5e419b667178d1064cbbe5f65985c7148
3
+ metadata.gz: 78a8750bfc296b6b42fab4666745a5ea8bc433d9
4
+ data.tar.gz: 55500fefc3d2a0a915eca78eb0c6a1cf83f73a37
5
5
  SHA512:
6
- metadata.gz: 6632c4975282f0ebf8da27a01e1febbd3ad13ce4975e1c742ca4a12af65f585d37d9c16bc9260903afc7cf715a40855db38210e89445cdb2d0e5ca435193f6c0
7
- data.tar.gz: ad6ea7420409e6287366950127674df6e64299196c5ceb23affc3629dbdec7f76bb3890c93be808af32bff1fc720d155010dfd694ffbc11f090bd3b16c803cb8
6
+ metadata.gz: 02772490876971b605f093de98864ac01912b932aa0fb244f92e41ea4fc004c3f9b41e08d3a775f877ba796208058e7297219550f384ae1e4c4fd4643c385a8c
7
+ data.tar.gz: 6fb18e73cd6310afffdaeced52709f13617684c5232b2adf6df7dcb28ffb94bd7b169bdeddbdc963060990267facb167ec8ad200c484fd25bd863af45815635d
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ ## Dradis Framework 3.6 (March XX, 2017) ##
2
+
3
+ * No changes.
data/README.md CHANGED
@@ -6,6 +6,8 @@ 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/).
10
+
9
11
 
10
12
  ## Install
11
13
 
@@ -33,3 +35,8 @@ See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisfra
33
35
  ## License
34
36
 
35
37
  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.
38
+
39
+
40
+ ## Feature requests and bugs
41
+
42
+ 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::DREAD
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 = 3
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_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
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
@@ -97,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
98
  version: '0'
98
99
  requirements: []
99
100
  rubyforge_project:
100
- rubygems_version: 2.2.3
101
+ rubygems_version: 2.4.5
101
102
  signing_key:
102
103
  specification_version: 4
103
104
  summary: This plugin adds a DREAD score calculator to Dradis.