dradis-plugins 4.0.0 → 4.1.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: d789c12fefc5c9a519329c762a7d686c1cf68c6f944d19e8ab26e4704bfd5629
4
- data.tar.gz: 140d9a7244696747d7436f0b72147fb0775f6bc3651c6b853eab1fb0a9d18eec
3
+ metadata.gz: e5e8d28fafeee08283a345a7561c6bacb29d1117cd71a5e51e7139ab21f72211
4
+ data.tar.gz: 73a0e633400e650e008f508d5545f09ac822356a9b2bfbd663df2769d11a56c6
5
5
  SHA512:
6
- metadata.gz: 7f803fe2da8089d21581603800eeceab3fdd3901be05c137c5087678355da3e204d1743fa5541b1a29ca12a463b6c15b578d5c33350985ba852b646984a0b830
7
- data.tar.gz: 162b3744c010b835ef0af3ef44330ca6a09c10239c386943ab5b661fdcc970828522d09562b9d97c3070ae29aa8b560bdaad8e5f3c875dcfc4469b6917eb0288
6
+ metadata.gz: 00a69d5789d78330c5f92df394538a05010594f1782a01315a37ef66caf7a3c1d9774e7e645ce543698d8bdb65f0b63ccd9088bf1f8158727dfa80ec1db1ec6b
7
+ data.tar.gz: 16f7ab9e1ec1b16ea2dce00bb98520ae7de0ff058daf0e18e37a12c51ddd6b0675e60639a87859ac0b4cbd453c488df390666d13f521ee596120f0dd0eb5fd84
data/CHANGELOG.md CHANGED
@@ -1,97 +1,68 @@
1
- ## Dradis Framework 4.0.0 (July, 2021) ##
1
+ v4.1.0 (November 2021)
2
+ - No changes
2
3
 
3
- * No changes.
4
+ v4.0.0 (July 2021)
5
+ - No changes
4
6
 
5
- ## Dradis Framework 3.22 (April, 2021) ##
7
+ v3.22.0 (April 2021)
8
+ - ContentService#create_evidence: deduplicate Evidence from integrations
6
9
 
7
- * ContentService#create_evidence: deduplicate Evidence from integrations.
10
+ v3.21.0 (February 2021)
11
+ - Rename `parent` methods to `module_parent` as `Module#parent` is deprecated
8
12
 
9
- ## Dradis Framework 3.21 (February, 2021) ##
13
+ v3.20.0 (January 2021)
14
+ - No changes
10
15
 
11
- * Rename `parent` methods to `module_parent` as `Module#parent` is deprecated.
16
+ v3.19.0 (September 2020)
17
+ - No changes
12
18
 
13
- ## Dradis Framework 3.20 (January, 2021) ##
19
+ v3.18.0 (July 2020)
20
+ - Added PersistentPermissions module to dry up permissions endpoints
14
21
 
15
- * No changes.
22
+ v3.17.0 (May 2020)
23
+ - No changes
16
24
 
17
- ## Dradis Framework 3.19 (September, 2020) ##
25
+ v3.16.0 (February 2020)
26
+ - No changes
18
27
 
19
- * No changes.
28
+ v3.15.0 (November 2019)
29
+ - No changes
20
30
 
21
- ## Dradis Framework 3.18 (July, 2020) ##
31
+ v3.14.0 (August 2019)
32
+ - No changes
22
33
 
23
- * Added PersistentPermissions module to dry up permissions endpoints.
34
+ v3.13.0 (June 2019)
35
+ - No changes
24
36
 
25
- ## Dradis Framework 3.17 (May, 2020) ##
37
+ v3.12.0 (March 2019)
38
+ - No changes
26
39
 
27
- * No changes.
40
+ v3.11.0 (November 2018)
41
+ - No changes
28
42
 
29
- ## Dradis Framework 3.16 (February, 2020) ##
43
+ v3.10.1 (November 2018)
44
+ - Do not use `Node#project_id`
30
45
 
31
- * No changes.
46
+ v3.10.0 (August 2018)
47
+ - Add default project to task options
48
+ - Avoid requiring the caller to use `set_project_scope`
49
+ - Default title sorting for content blocks
50
+ - Use AuthenticatedController as export base
32
51
 
33
- ## Dradis Framework 3.15 (November, 2019) ##
52
+ v3.9.0 (January 2018)
53
+ - No changes
34
54
 
35
- * Make ContentService Boards available in CE
55
+ v3.8.0 (September 2017)
56
+ - Add ContentService#all_content_blocks method to access the current project's content blocks
57
+ - Add ContentService#create_content_blocks method to create content blocks with
58
+ - Add default_user_id attribute to the importer
36
59
 
37
- ## Dradis Framework 3.14 (August, 2019) ##
60
+ v3.7.0 (July 2017)
61
+ - Add ContentService#all_properties method to access the current project's document properties
62
+ - Don't lose :plugin and :plugin_id from ContentService#create_issue due to excessive input length
38
63
 
39
- * Add node to boards
40
-
41
- ## Dradis Framework 3.13 (June, 2019) ##
42
-
43
- * No changes.
44
-
45
- ## Dradis Framework 3.12 (March, 2019) ##
46
-
47
- * No changes.
48
-
49
- ## Dradis Framework 3.11 (November, 2018) ##
50
-
51
- * No changes.
52
-
53
- ## Dradis Framework 3.10.1 (November, 2018) ##
54
-
55
- * Do not use `Node#project_id`
56
-
57
- ## Dradis Framework 3.10 (August, 2018) ##
58
-
59
- * Add default project to task options
60
- * Use AuthenticatedController as export base
61
- * Default title sorting for content blocks
62
- * Avoid requiring the caller to use `set_project_scope`
63
-
64
- ## Dradis Framework 3.9 (January, 2018) ##
65
-
66
- * No changes
67
-
68
- ## Dradis Framework 3.8 (September, 2017) ##
69
-
70
- * Add ContentService#all_content_blocks method to access the current project's
71
- content blocks.
72
-
73
- * Add ContentService#create_content_blocks method to create content blocks
74
- with.
75
-
76
- * Add default_user_id attribute to the importer.
77
-
78
- ## Dradis Framework 3.7 (July, 2017) ##
79
-
80
- * Add ContentService#all_properties method to access the current project's
81
- document properties.
82
-
83
- * Don't lose :plugin and :plugin_id from ContentService#create_issue due to
84
- excessive input length.
85
-
86
- ## Dradis Framework 3.6 (April 6, 2017) ##
87
-
88
- * Split the ContentService into multiple modules.
89
-
90
- * Abandon home-grown configuration in favor of `Rails.application.config`.
91
-
92
- * An instance of ContentService and TemplateService is created for all
93
- plugins from this layer removing the need for plugin authors to create
94
- their own.
95
-
96
- * The Export / Upload base classes attempt to auto-detect the plugin module
97
- (if it isn't passed as a :plugin parameter.
64
+ v3.6.0 (April 2016)
65
+ - Abandon home-grown configuration in favor of `Rails.application.config`
66
+ - An instance of ContentService and TemplateService is created for all plugins from this layer removing the need for plugin authors to create their own
67
+ - Split the ContentService into multiple modules
68
+ - The Export / Upload base classes attempt to auto-detect the plugin module (if it isn't passed as a :plugin parameter)
@@ -0,0 +1,12 @@
1
+ [v#.#.#] ([month] [YYYY])
2
+ - [future tense verb] [feature]
3
+ - Upgraded gems:
4
+ - [gem]
5
+ - Bugs fixes:
6
+ - [future tense verb] [bug fix]
7
+ - Bug tracker items:
8
+ - [item]
9
+ - Security Fixes:
10
+ - High: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
11
+ - Medium: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
12
+ - Low: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
@@ -7,7 +7,7 @@ module Dradis
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 4
10
- MINOR = 0
10
+ MINOR = 1
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-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-03 00:00:00.000000000 Z
11
+ date: 2021-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -62,6 +62,7 @@ files:
62
62
  - ".gitignore"
63
63
  - ".rspec"
64
64
  - CHANGELOG.md
65
+ - CHANGELOG.template
65
66
  - CONTRIBUTING.md
66
67
  - Gemfile
67
68
  - LICENSE
@@ -126,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
127
  - !ruby/object:Gem::Version
127
128
  version: '0'
128
129
  requirements: []
129
- rubygems_version: 3.1.4
130
+ rubygems_version: 3.1.6
130
131
  signing_key:
131
132
  specification_version: 4
132
133
  summary: Plugin manager for the Dradis Framework project.