dradis-pdf_export 4.10.0 → 4.12.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: 5756d2c5474b05f4f93dea3b4499f2e85609893e5106b03179bb6f571282b205
4
- data.tar.gz: a55ce93e2a3621d67ad4e2688b7820576340c324c34c570aaedbbafcc97d9e69
3
+ metadata.gz: 6fd61a9b297d671d37d0e85873fd5a635e8d55020e7bb11c876e62d0a350a57d
4
+ data.tar.gz: a672337d193511fc5757d5c6d07dab76b3297a82c873859611d358d5a18c6e14
5
5
  SHA512:
6
- metadata.gz: d5faca9cf010f891261f758bbe72648c40e3524cda094789124d1aaac2fb1891537f7b7ceb2b79f2112d2ca33037a15f05f88a342ae654d01dba4534fa482063
7
- data.tar.gz: e0bbcc63f701a6d6e03c7009b6b62fee0acf63fbd0ebcc4e7c6c37b984d04851ac77ae74db5906ac758673953e620ad2bf74b6d5e0b405684992cf627c281670
6
+ metadata.gz: bd92798c855bd4bec4991d4e6a9277f6c9f0cf1c48bb9e36b1b03885caa3521fc5809ebc0b25050020582f7b6751e78b277cbb96560b6539d7f442b2143f33ad
7
+ data.tar.gz: 20a9cf0801abf3fced9f1f6649a312c4f8de2da6392a6407f342bca2a3b84da0279702dcdc42f2a0c743a76bf7634a7263397ebb5a58c585ef2c110829bb1961
@@ -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.12.0 (May 2024)
2
+ - Update Dradis links in README
3
+
4
+ v4.11.0 (January 2024)
5
+ - No changes
6
+
1
7
  v4.10.0 (September 2023)
2
8
  - Implement handling of exports directly from Tylium
3
9
  - Update views for compatibility with Font Awesome 6
data/README.md CHANGED
@@ -7,17 +7,16 @@ This plugin generates a PDF report from the notes in your [Dradis Framework](htt
7
7
 
8
8
  It uses the amazing [Prawn](https://github.com/prawnpdf/prawn) library to do the PDF heavy lifting.
9
9
 
10
- The add-on requires [Dradis CE](https://dradisframework.org/) > 3.0, or [Dradis Pro](https://dradisframework.com/pro/).
11
-
10
+ The add-on requires [Dradis CE](https://dradis.com/ce/) > 3.0, or [Dradis Pro](https://dradis.com/).
12
11
 
13
12
  ## More information
14
13
 
15
- 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)
16
15
 
17
16
 
18
17
  ## Contributing
19
18
 
20
- 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)
21
20
 
22
21
 
23
22
  ## License
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.authors = ['Daniel Martin']
14
14
  spec.description = 'Export to PDF plugin for the Dradis Framework'
15
15
  spec.summary = 'Dradis PDF export plugin'
16
- spec.homepage = 'http://dradis.com'
16
+ spec.homepage = 'https://dradis.com/support/guides/reporting/pdf_reports.html'
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 = 12
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-pdf_export
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.10.0
4
+ version: 4.12.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-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -123,11 +123,12 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  description: Export to PDF plugin for the Dradis Framework
126
- email:
126
+ email:
127
127
  executables: []
128
128
  extensions: []
129
129
  extra_rdoc_files: []
130
130
  files:
131
+ - ".github/pull_request_template.md"
131
132
  - ".gitignore"
132
133
  - CHANGELOG.md
133
134
  - CHANGELOG.template
@@ -149,11 +150,11 @@ files:
149
150
  - lib/dradis/plugins/pdf_export/gem_version.rb
150
151
  - lib/dradis/plugins/pdf_export/version.rb
151
152
  - lib/tasks/thorfile.rb
152
- homepage: http://dradis.com
153
+ homepage: https://dradis.com/support/guides/reporting/pdf_reports.html
153
154
  licenses:
154
155
  - GPL-2
155
156
  metadata: {}
156
- post_install_message:
157
+ post_install_message:
157
158
  rdoc_options: []
158
159
  require_paths:
159
160
  - lib
@@ -169,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
170
  version: '0'
170
171
  requirements: []
171
172
  rubygems_version: 3.1.4
172
- signing_key:
173
+ signing_key:
173
174
  specification_version: 4
174
175
  summary: Dradis PDF export plugin
175
176
  test_files: []