dradis-veracode 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: a7ac3bd5006c646eb8a88b18815d5b4faea91c2dbff4987adf99d279e85ba905
4
- data.tar.gz: 8ebaf7e6de5b083f23c182a52abb58af28de47d1dd89b9e4a5185035e2d3e1dc
3
+ metadata.gz: 1cf1089cd0f75a0415790707c4a0e7154fc5719754dbfc1e64dad2f6dce41239
4
+ data.tar.gz: 6c28fb97636e5848a01029ba2fe79abb87b3e9c4ae895e8842e91091fe2fef56
5
5
  SHA512:
6
- metadata.gz: 9fc821107074165af3b2d4e0b0f8bedd1d56aeccce5d55f1ede8e9cc76ff56f4b8aa0b88e453fd2e73499deebbb84c869ad1d0fcab0807f7aa12651d291fa465
7
- data.tar.gz: 8838f895d07c42c763d4c78c288d4b43d93d382b2ed2d25b7e73f80de050ca1d5fe9a75e6f9dbdfd2c6e5f42323d58075d26d81444fc6bddf30179f914670aee
6
+ metadata.gz: 673934d4bbd9ffd898031a36942b50ac0b249fbdc715f7235dc60ca79b3b28fc8f4ae4b3ef324855ae5693c562657dee00793e154e5853d8e37d31845301042e
7
+ data.tar.gz: e646ab3c823e7cfcfecf3bfe6a376195909c142345fce9abf027ab6c8d6554a8a70949e5804a10830fe471d159b29c531f70336fd595920dba66c9cb6bcd4a8a
@@ -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
 
data/README.md CHANGED
@@ -9,12 +9,12 @@ The add-on requires [Dradis CE](https://dradisframework.com/ce/) > 3.0, or [Drad
9
9
 
10
10
  ## More information
11
11
 
12
- See the Dradis Framework's [README.md](https://github.com/dradis/dradisframework/blob/master/README.md)
12
+ See the Dradis Framework's [README.md](https://github.com/dradis/dradis-ce/blob/develop/README.md)
13
13
 
14
14
 
15
15
  ## Contributing
16
16
 
17
- See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisframework/blob/master/CONTRIBUTING.md)
17
+ See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md)
18
18
 
19
19
 
20
20
  ## License
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 10
11
+ MINOR = 11
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-veracode
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
@@ -82,11 +82,12 @@ dependencies:
82
82
  version: 0.5.2
83
83
  description: This add-on allows you to upload and parse output produced from the Veracode
84
84
  security scanner into Dradis.
85
- email:
85
+ email:
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".github/pull_request_template.md"
90
91
  - ".gitignore"
91
92
  - ".rspec"
92
93
  - CHANGELOG.md
@@ -113,7 +114,7 @@ homepage: https://dradis.com/integrations/veracode.html
113
114
  licenses:
114
115
  - GPL-2
115
116
  metadata: {}
116
- post_install_message:
117
+ post_install_message:
117
118
  rdoc_options: []
118
119
  require_paths:
119
120
  - lib
@@ -128,8 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
129
  - !ruby/object:Gem::Version
129
130
  version: '0'
130
131
  requirements: []
131
- rubygems_version: 3.1.4
132
- signing_key:
132
+ rubygems_version: 3.3.7
133
+ signing_key:
133
134
  specification_version: 4
134
135
  summary: Veracode add-on for the Dradis Framework.
135
136
  test_files: []