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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +7 -0
- data/lib/dradis/plugins/calculators/dread/engine.rb +1 -1
- data/lib/dradis/plugins/calculators/dread/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: 78a8750bfc296b6b42fab4666745a5ea8bc433d9
|
4
|
+
data.tar.gz: 55500fefc3d2a0a915eca78eb0c6a1cf83f73a37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02772490876971b605f093de98864ac01912b932aa0fb244f92e41ea4fc004c3f9b41e08d3a775f877ba796208058e7297219550f384ae1e4c4fd4643c385a8c
|
7
|
+
data.tar.gz: 6fb18e73cd6310afffdaeced52709f13617684c5232b2adf6df7dcb28ffb94bd7b169bdeddbdc963060990267facb167ec8ad200c484fd25bd863af45815635d
|
data/CHANGELOG.md
ADDED
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.
|
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
|
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
|
@@ -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.
|
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.
|