dradis-calculator_cvss 5.3.0 → 5.4.0

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
  SHA256:
3
- metadata.gz: d4af486c5f019e7fcbe6bc36c736d88b167f451c0d74831472c390768ccf21ca
4
- data.tar.gz: 36aec6796b12eb295db2db03fbf9e25584f02fb3ebd84713d80ac45463de2dcf
3
+ metadata.gz: 149ea220ff81f2b05d9230154c2f5330519ba59b5ff6f080bd129e97f24f9311
4
+ data.tar.gz: a795cb288bfb0c6ce98960ed6419f938a2ba32e8263a0ff8108dd11b7386dce4
5
5
  SHA512:
6
- metadata.gz: c6334793ada3b2aaa1995c42cde6a3b619989a54228fdab5eca0f1c91c393479193d02c81c2c0329dabd47b10ee299e6654104be57691fb844f5653706d29a56
7
- data.tar.gz: 351e7ed0ea48d767e23722e567b7df5c0b833e6cbf7c4a2682e8ac25f94a0c3b2970a701723ead6917136f417af103b847cc61625a141dcd63d8d8968bf06b6c
6
+ metadata.gz: 565c51662077020e59e624d64fd599717cc5d78f26f5e9eec5e73f0d01f2848294e7086766510007c51808490ed6ae3becd2c6628f398bb7957f52fd6e8b42c6
7
+ data.tar.gz: 68b1719d1b90d7d9418153df9e685cd07674f09a957e5ab0cb2bc106df7a63d69a2eb4d54452b854a2a5be7c199068c7878e272382a94fc1f2d6ebb12a623ed8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v5.4.0 (September 2026)
2
+ - No changes
3
+
1
4
  v5.3.0 (August 2026)
2
5
  - No changes
3
6
 
@@ -9,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 5
12
- MINOR = 3
12
+ MINOR = 4
13
13
  TINY = 0
14
14
  PRE = nil
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_cvss
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
@@ -56,13 +56,7 @@ executables: []
56
56
  extensions: []
57
57
  extra_rdoc_files: []
58
58
  files:
59
- - ".github/issue_template.md"
60
- - ".github/pull_request_template.md"
61
- - ".gitignore"
62
59
  - CHANGELOG.md
63
- - CHANGELOG.template
64
- - CONTRIBUTING.md
65
- - Gemfile
66
60
  - LICENSE
67
61
  - README.md
68
62
  - Rakefile
@@ -107,7 +101,6 @@ files:
107
101
  - app/views/dradis/plugins/calculators/cvss/issues/edit/_v4.html.erb
108
102
  - app/views/layouts/dradis/plugins/calculators/cvss/base.html.erb
109
103
  - config/routes.rb
110
- - dradis-calculator_cvss.gemspec
111
104
  - lib/dradis-calculator_cvss.rb
112
105
  - lib/dradis/plugins/calculators/cvss/engine.rb
113
106
  - lib/dradis/plugins/calculators/cvss/gem_version.rb
@@ -1,16 +0,0 @@
1
- ### Steps to reproduce
2
-
3
- Help us help you, how can we reproduce the problem?
4
-
5
- ### Expected behavior
6
- Tell us what should happen
7
-
8
- ### Actual behavior
9
- Tell us what happens instead
10
-
11
- ### System configuration
12
- **Dradis version**:
13
-
14
- **Ruby version**:
15
-
16
- **OS version**:
@@ -1,45 +0,0 @@
1
- Please review [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md) and remove this line.
2
-
3
- ### Summary
4
-
5
- Provide a general description of the code changes in your pull
6
- request... were there any bugs you had fixed? If so, mention them. If
7
- these bugs have open GitHub issues, be sure to tag them here as well,
8
- to keep the conversation linked together.
9
-
10
-
11
- ### Testing Steps
12
-
13
- Provide steps to test functionality, described in detail for someone not familiar with this part of the application / code base
14
-
15
-
16
- ### Other Information
17
-
18
- If there's anything else that's important and relevant to your pull
19
- request, mention that information here. This could include
20
- benchmarks, or other information.
21
-
22
- Thanks for contributing to Dradis!
23
-
24
-
25
- ### Copyright assignment
26
-
27
- Collaboration is difficult with commercial closed source but we want
28
- to keep as much of the OSS ethos as possible available to users
29
- who want to fix it themselves.
30
-
31
- In order to unambiguously own and sell Dradis Framework commercial
32
- products, we must have the copyright associated with the entire
33
- codebase. Any code you create which is merged must be owned by us.
34
- That's not us trying to be a jerks, that's just the way it works.
35
-
36
- You can delete this section, but the following sentence needs to
37
- remain in the PR's description:
38
-
39
- > I assign all rights, including copyright, to any future Dradis
40
- > work by myself to Security Roots.
41
-
42
- ### Check List
43
-
44
- - [ ] Added a CHANGELOG entry
45
- - [ ] Added specs
data/.gitignore DELETED
@@ -1,10 +0,0 @@
1
- # Random
2
- .DS_Store
3
-
4
- # Bundler config
5
- Gemfile.lock
6
- /.bundle/
7
- /vendor/bundle/
8
-
9
- # Gem artifacts
10
- /pkg/
data/CHANGELOG.template DELETED
@@ -1,12 +0,0 @@
1
- [v#.#.#] ([month] [YYYY])
2
- - [future tense verb] [feature]
3
- - Upgraded gems:
4
- - [gem]
5
- - Bugs fixes:
6
- - [future tense verb] [bug fix]
7
- - Bug tracker items:
8
- - [item]
9
- - Security Fixes:
10
- - High: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
11
- - Medium: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
12
- - Low: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
data/CONTRIBUTING.md DELETED
@@ -1,3 +0,0 @@
1
- # Plugin contribution guidelines
2
-
3
- See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisframework/blob/master/CONTRIBUTING.md)
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
@@ -1,26 +0,0 @@
1
- $:.push File.expand_path('../lib', __FILE__)
2
-
3
- require 'dradis/plugins/calculators/cvss/version'
4
-
5
- # Describe your gem and declare its dependencies:
6
- Gem::Specification.new do |spec|
7
- spec.platform = Gem::Platform::RUBY
8
- spec.name = 'dradis-calculator_cvss'
9
- spec.version = Dradis::Plugins::Calculators::CVSS::VERSION::STRING
10
- spec.summary = 'This plugin adds a CVSS score calculator to Dradis.'
11
- spec.description = 'Display a CVSS score calculator in Dradis Framework.'
12
-
13
- spec.license = 'GPL-2'
14
-
15
- spec.authors = ['Daniel Martin']
16
- spec.homepage = 'https://dradis.com/support/guides/projects/calculators.html'
17
-
18
- spec.files = `git ls-files`.split($\)
19
- spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
20
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
-
22
- spec.add_dependency 'dradis-plugins', '>= 4.0'
23
-
24
- spec.add_development_dependency 'bundler', '~> 2.0'
25
- spec.add_development_dependency 'rake', '~> 10.0'
26
- end