dradis-nipper 4.9.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: af7ff1cabb5ad81205456778a1c3fb8dfa351f5e6ae9bd5a22b07a96e48de8eb
4
- data.tar.gz: 446d1346ef41d55920963b7e39c297854b37daa4970882b0c1b406b793d4105c
3
+ metadata.gz: 16ef647ad8f558674efebcbc85627cfc7dacfc7323f98df621e4fbb9bc0a8b6c
4
+ data.tar.gz: df6120e64a738ee18768e99504e035b77eebb9fa46705c5465b784a00dc80895
5
5
  SHA512:
6
- metadata.gz: 13e187865acb3bf00cffa22e8c373e902ffcea45fd198325aefdb65d581053c445813bdd3c15d853f73c25433f4343c2069a4d4f83140093bedf656e191af129
7
- data.tar.gz: 197d3eb99a7c80eb63516f1bee7d244d29a0afc424a499e318721d925fd5f6668e09e08dd3a2ce059f75e5d5a083b077b729a8e3d55f235ef3536b30348b6b1c
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,9 @@
1
+ v4.11.0 (January 2024)
2
+ - No changes
3
+
4
+ v4.10.0 (September 2023)
5
+ - Update gemspec links
6
+
1
7
  v4.9.0 (June 2023)
2
8
  - No changes
3
9
 
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.license = 'Commercial - Dradis Pro'
14
14
 
15
15
  spec.authors = ['Dradis Team']
16
- spec.email = ['<email@securityroots.com>']
16
+ spec.homepage = 'https://dradis.com/integrations/nipper.html'
17
17
 
18
18
  spec.files = `git ls-files`.split($\)
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
@@ -7,7 +7,7 @@ module Dradis
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 4
10
- MINOR = 9
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.9.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-05-31 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
@@ -82,11 +82,11 @@ dependencies:
82
82
  version: 0.5.2
83
83
  description: This add-on allows you to upload and parse reports from Nipper.
84
84
  email:
85
- - "<email@securityroots.com>"
86
85
  executables: []
87
86
  extensions: []
88
87
  extra_rdoc_files: []
89
88
  files:
89
+ - ".github/pull_request_template.md"
90
90
  - ".gitignore"
91
91
  - CHANGELOG.md
92
92
  - CHANGELOG.template
@@ -118,11 +118,11 @@ files:
118
118
  - templates/issue.fields
119
119
  - templates/issue.sample
120
120
  - templates/issue.template
121
- homepage:
121
+ homepage: https://dradis.com/integrations/nipper.html
122
122
  licenses:
123
123
  - Commercial - Dradis Pro
124
124
  metadata: {}
125
- post_install_message:
125
+ post_install_message:
126
126
  rdoc_options: []
127
127
  require_paths:
128
128
  - lib
@@ -137,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  requirements: []
140
- rubygems_version: 3.1.4
141
- signing_key:
140
+ rubygems_version: 3.3.7
141
+ signing_key:
142
142
  specification_version: 4
143
143
  summary: Nipper upload add-on for Dradis Framework.
144
144
  test_files: