dradis-calculator_dread 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 597b37d6ec812e19a1a361132751f95d63cea0bf
4
- data.tar.gz: 1bb613b723a17899377e6782a83afb838811a834
3
+ metadata.gz: 4ed6adf836bdfa3577b095cf15d4d4ba457ce7af
4
+ data.tar.gz: 481ff9539847cc9dd517b188fb29507d04f08f1e
5
5
  SHA512:
6
- metadata.gz: 3a349ffe251b6b20e3835e13fcf86fb685c8a9aa3c1f1f299357736629f10f9ed0f42b37aa97810360e90e0788c347f8b66f88bd64beb71d7ea62f0a4ec0ea83
7
- data.tar.gz: 75f2f24cf8b7a7c5a0b6e929934e3079ba88b84a1347a0828eafcec20369371eb3c5d222a3171463e4949a5fcfcbf79f71919b8650b712479b08171e263d5b59
6
+ metadata.gz: e68ee1822eeaefdf0e9843cf5ef015369e82e32baebe1c63ee13253c2d471f4de9db9920f939069d15678d14c2c3e3d88c06a7066103d321562f82eddc30f3aa
7
+ data.tar.gz: 5fb254594111b46248174a1a2a976c06911e51a4780164cdd518442bbf8eb361714a2ec2491526aad8776174ae882e7258be6cb6cb6f0c252c1af05142e8e71e
data/README.md CHANGED
@@ -4,7 +4,7 @@ This simple addon adds a new page under `/calculators/dread` for you to perform
4
4
 
5
5
  ![](https://cloud.githubusercontent.com/assets/53006/3952474/9ce4adf0-26e2-11e4-9400-c03c6f28a89c.png)
6
6
 
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).
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
9
 
10
10
  ## Install
@@ -6,6 +6,9 @@ module Dradis::Plugins::Calculators::DREAD
6
6
  provides :addon
7
7
  description 'Provides a DREAD score calculator under /calculators/dread'
8
8
 
9
+ initializer 'calculator_dread.asset_precompile_paths' do |app|
10
+ app.config.assets.precompile += ["dradis/plugins/calculators/dread/manifests/*"]
11
+ end
9
12
 
10
13
  initializer "calculator_dread.inflections" do |app|
11
14
  ActiveSupport::Inflector.inflections do |inflect|
@@ -10,7 +10,7 @@ module Dradis
10
10
  module VERSION
11
11
  MAJOR = 3
12
12
  MINOR = 0
13
- TINY = 1
13
+ TINY = 2
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
@@ -2,7 +2,7 @@ require_relative 'gem_version'
2
2
 
3
3
  module Dradis
4
4
  module Plugins
5
- module Calculator
5
+ module Calculators
6
6
  module DREAD
7
7
  # Returns the version of the currently loaded Nessus as a
8
8
  # <tt>Gem::Version</tt>.
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.6'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.6'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '10.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
55
  description: Display a DREAD score calculator in Dradis Framework.
@@ -59,7 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - .gitignore
62
+ - ".gitignore"
63
63
  - CONTRIBUTING.md
64
64
  - Gemfile
65
65
  - LICENSE
@@ -87,17 +87,17 @@ require_paths:
87
87
  - lib
88
88
  required_ruby_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - '>='
90
+ - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - '>='
95
+ - - ">="
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 2.3.0
100
+ rubygems_version: 2.2.2
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: This plugin adds a DREAD score calculator to Dradis.