dradis-nipper 4.10.0 → 4.11.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
  SHA256:
3
- metadata.gz: d230592d6c1cf72d39f82356a2a8c8f97957ec11f91ccf4cfd853fcef7061447
4
- data.tar.gz: 65595ca4b1682a577675cd8c13c7e0dbb4d6e78cd7bc32a28eba9f465bd9b08f
3
+ metadata.gz: 16ef647ad8f558674efebcbc85627cfc7dacfc7323f98df621e4fbb9bc0a8b6c
4
+ data.tar.gz: df6120e64a738ee18768e99504e035b77eebb9fa46705c5465b784a00dc80895
5
5
  SHA512:
6
- metadata.gz: b2fb4b5ab93470ee4421cf22419ee23eef45be7e81502b5239bd5ba4e334b41fb26afa753017a45cbb1ae2bbe51f362473cffaa01149f8b81c6ccf3f5fe95478
7
- data.tar.gz: 0b9d8bf9f3135708f31363224bd39d0db55b0045f40286a56cc2582f04ed67394e27d26d2e18503fc27350c40292b5fedafc181134a5f59d43506779f8cb8b19
6
+ metadata.gz: 4962c11ace5223819caef50802741a255e840334f6cd06650ee9c02839cd9d9dbe61a16e3a122e15014a9d644de2199760e070ae0f862ca8569aeeead6610565
7
+ data.tar.gz: 359e4b710488f5c3c59bd3eb40a4370b402e3f9e5229ddce95a9ba5c8cbf286ec4fd3b461b4e2455cb0d9f6d86a426dc8e2ba4d3daadacf88f59d257809b53b0
@@ -0,0 +1,45 @@
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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.11.0 (January 2024)
2
+ - No changes
3
+
1
4
  v4.10.0 (September 2023)
2
5
  - Update gemspec links
3
6
 
@@ -7,7 +7,7 @@ module Dradis
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 4
10
- MINOR = 10
10
+ MINOR = 11
11
11
  TINY = 0
12
12
  PRE = nil
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-nipper
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.10.0
4
+ version: 4.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dradis Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-07 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -81,11 +81,12 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.5.2
83
83
  description: This add-on allows you to upload and parse reports from Nipper.
84
- email:
84
+ email:
85
85
  executables: []
86
86
  extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
+ - ".github/pull_request_template.md"
89
90
  - ".gitignore"
90
91
  - CHANGELOG.md
91
92
  - CHANGELOG.template
@@ -121,7 +122,7 @@ homepage: https://dradis.com/integrations/nipper.html
121
122
  licenses:
122
123
  - Commercial - Dradis Pro
123
124
  metadata: {}
124
- post_install_message:
125
+ post_install_message:
125
126
  rdoc_options: []
126
127
  require_paths:
127
128
  - lib
@@ -136,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
137
  - !ruby/object:Gem::Version
137
138
  version: '0'
138
139
  requirements: []
139
- rubygems_version: 3.1.4
140
- signing_key:
140
+ rubygems_version: 3.3.7
141
+ signing_key:
141
142
  specification_version: 4
142
143
  summary: Nipper upload add-on for Dradis Framework.
143
144
  test_files: