dradis-projects 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: cb8e2e148e6e2d0ad9e0403e947d24d0d2034ec28104da116902eda72762ea5a
4
- data.tar.gz: cfdc69afe3e175e7818fbe90d4c8d3063c9cfa34ddbf4710a67089a70dfdcf55
3
+ metadata.gz: 122f2e5016198050c734c2fcd3daff50250c912e327d0a751da9f0be79c684e7
4
+ data.tar.gz: 15c0ed3e0c1c2c5c0d175bbed8b47ae54cdd8beb280a3b464b8bafa34c625e5a
5
5
  SHA512:
6
- metadata.gz: ccdf52f09c54ab6148676b31565f89d7a5c94ab3f582d94e6c8e0764b708ada278d615c6b2988a8173bbce88748834f622217b00c8aae22bc1100fc184d3ef05
7
- data.tar.gz: 10bba95968382a9c61a8328be902af03f6816daebb7540149414566605e82e3bbe8af18d8571e08e1bda83cdfcf482d60ebf918b84afdd3433c9f68c1f7fe723
6
+ metadata.gz: d1b8dc2d1f586f9c15070ec1e935033ee9772dcea50ae4dc5cde9b96a890c578d060538a3f1114c7a817e62b0cb3cf88ec22ccdce5e10884922afbb962653934
7
+ data.tar.gz: 29ca3d920c202a83810eade83de902287800b7e7530368b18607dfafc947f6386624e6cfefa9b8b5a5df0e573b42019f8a10cbdcb5c4cfe809c286a7612bacc1
@@ -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
  - Implement handling of project exports directly from Tylium
3
6
  - Update views for compatibility with Font Awesome 6
data/README.md CHANGED
@@ -11,12 +11,12 @@ This plugin will work with any database supported by Rails' ActiveResource data
11
11
 
12
12
  ## More information
13
13
 
14
- See the Dradis Framework's [README.md](https://github.com/dradis/dradisframework/blob/master/README.md)
14
+ See the Dradis Framework's [README.md](https://github.com/dradis/dradis-ce/blob/develop/README.md)
15
15
 
16
16
 
17
17
  ## Contributing
18
18
 
19
- See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisframework/blob/master/CONTRIBUTING.md)
19
+ See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md)
20
20
 
21
21
 
22
22
  ## License
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.license = 'GPL-2'
14
14
 
15
15
  spec.authors = ['Daniel Martin']
16
- spec.homepage = 'http://dradis.com'
16
+ spec.homepage = 'https://dradis.com/ce/'
17
17
 
18
18
  spec.files = `git ls-files`.split($\)
19
19
  spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
@@ -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-projects
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
  - Daniel Martin
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: bundler
@@ -96,11 +96,12 @@ dependencies:
96
96
  version: '0'
97
97
  description: This plugin allows you to dump the contents of the repo into a zip archive
98
98
  and restore the state from one of them.
99
- email:
99
+ email:
100
100
  executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
+ - ".github/pull_request_template.md"
104
105
  - ".gitignore"
105
106
  - ".ruby-version"
106
107
  - CHANGELOG.md
@@ -145,11 +146,11 @@ files:
145
146
  - spec/lib/dradis/plugins/projects/upload/v1/template_spec.rb
146
147
  - spec/lib/dradis/plugins/projects/upload/v2/template_spec.rb
147
148
  - spec/lib/dradis/plugins/projects/upload/v4/template_spec.rb
148
- homepage: http://dradis.com
149
+ homepage: https://dradis.com/ce/
149
150
  licenses:
150
151
  - GPL-2
151
152
  metadata: {}
152
- post_install_message:
153
+ post_install_message:
153
154
  rdoc_options: []
154
155
  require_paths:
155
156
  - lib
@@ -164,8 +165,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
165
  - !ruby/object:Gem::Version
165
166
  version: '0'
166
167
  requirements: []
167
- rubygems_version: 3.1.4
168
- signing_key:
168
+ rubygems_version: 3.3.7
169
+ signing_key:
169
170
  specification_version: 4
170
171
  summary: Project export/upload for the Dradis Framework.
171
172
  test_files: