dradis-calculator_cvss 3.13.0 → 3.14.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
- SHA1:
3
- metadata.gz: faf9b891756398653917e295bfb96efba25ec229
4
- data.tar.gz: 1ca28450315abeda2bd187a390502e9f55a2de36
2
+ SHA256:
3
+ metadata.gz: fceee423c64d45c2d7f55eea1f38edbd50c878fe576ad61baf78097d72daad1c
4
+ data.tar.gz: 78956bd4a54bea882b71e43fbc713658f32f8b3337acabb8b0e36f21ad8cfd0b
5
5
  SHA512:
6
- metadata.gz: b0bcb80fb3bd6f43b3a8ce46b312322b9fee43b68b8ab8527114ac9b9b23c94f3f9ec63463038615677c3ea964cec8927093ad197df43dc9bca9d2f91784ea94
7
- data.tar.gz: b48c48709cfe10a52d6de4524d5e161ae54578b0eac389be252004cfab4188c76d343cb1575de44750ce990df87ecbb3391aca8253f1bed0e4765df17cd9fbae
6
+ metadata.gz: 71163a34059d45897be2847e707ed2f91bbc636e3354a6998b3eaf188451439ce955a4f4f1e3bf9753cc4e11bb15af77dc7347a077df3f3a2129a2f9c373726d
7
+ data.tar.gz: 94a3844fd5ddb108c0cf566b2f3987b97f37fdd1f73b799f787891957a62aed0c235aa558018eadfb6d0b1621d9f24e0a5b956664862b2a3323c211854510409
@@ -0,0 +1,16 @@
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**:
@@ -0,0 +1,36 @@
1
+ ### Summary
2
+
3
+ Provide a general description of the code changes in your pull
4
+ request... were there any bugs you had fixed? If so, mention them. If
5
+ these bugs have open GitHub issues, be sure to tag them here as well,
6
+ to keep the conversation linked together.
7
+
8
+
9
+ ### Other Information
10
+
11
+ If there's anything else that's important and relevant to your pull
12
+ request, mention that information here. This could include
13
+ benchmarks, or other information.
14
+
15
+ Thanks for contributing to Dradis!
16
+
17
+
18
+ ### Copyright assignment
19
+
20
+ Collaboration is difficult with commercial closed source but we want
21
+ to keep as much of the OSS ethos as possible available to users
22
+ who want to fix it themselves.
23
+
24
+ In order to unambiguously own and sell Dradis Framework commercial
25
+ products, we must have the copyright associated with the entire
26
+ codebase. Any code you create which is merged must be owned by us.
27
+ That's not us trying to be a jerks, that's just the way it works.
28
+
29
+ Please review the [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/master/CONTRIBUTING.md)
30
+ file for the details.
31
+
32
+ You can delete this section, but the following sentence needs to
33
+ remain in the PR's description:
34
+
35
+ > I assign all rights, including copyright, to any future Dradis
36
+ > work by myself to Security Roots.
data/CHANGELOG.md CHANGED
@@ -1,9 +1,14 @@
1
- # Dradis Framework 3.13 (XXX, 2019) ##
1
+ # Dradis Framework 3.14 (August, 2019) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Dradis Framework 3.13 (June, 2019) ##
2
7
 
3
8
  * Allow empty 'CVSSv3.Vector' field to trigger the per-issue calculator.
4
9
 
5
10
 
6
- # Dradis Framework 3.12 (March, 2019) ##
11
+ ## Dradis Framework 3.12 (March, 2019) ##
7
12
 
8
13
  * Present a per-issue CVSSv3 calculator.
9
14
 
@@ -9,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 3
12
- MINOR = 13
12
+ MINOR = 14
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_cvss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.14.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: 2019-06-10 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -59,6 +59,8 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ".github/issue_template.md"
63
+ - ".github/pull_request_template.md"
62
64
  - ".gitignore"
63
65
  - CHANGELOG.md
64
66
  - CONTRIBUTING.md
@@ -109,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
111
  - !ruby/object:Gem::Version
110
112
  version: '0'
111
113
  requirements: []
112
- rubyforge_project:
113
- rubygems_version: 2.6.12
114
+ rubygems_version: 3.0.3
114
115
  signing_key:
115
116
  specification_version: 4
116
117
  summary: This plugin adds a CVSSv3 score calculator to Dradis.