dradis-plugins 4.0.0 → 4.3.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: 4f3c0b7759b911597a37b132cd3d9db36968272b85d217fd9cae727a0b5ff40f
4
+ data.tar.gz: 9a6621e09c9dad2e33c5706e2f202f94f53b3a38b51a187202efb0d5af072446
5
5
  SHA512:
6
- metadata.gz: 7f803fe2da8089d21581603800eeceab3fdd3901be05c137c5087678355da3e204d1743fa5541b1a29ca12a463b6c15b578d5c33350985ba852b646984a0b830
7
- data.tar.gz: 162b3744c010b835ef0af3ef44330ca6a09c10239c386943ab5b661fdcc970828522d09562b9d97c3070ae29aa8b560bdaad8e5f3c875dcfc4469b6917eb0288
6
+ metadata.gz: faa9e8758138eda4e341668c5588d95284a4ec27c4dffcb197886a6eea43874ed988d5e4aa2c29cb6a95b7d8d4ae43ac53a8020cd44df740efeaffbefe87a615
7
+ data.tar.gz: 83027c41f309f9fb258707959f92c39142144d76747f70f5dffebce83b7b28b56c6326a2988d2ca273ba1a6fc2f9a598a9a5025c12952a5e2bf01ff605e2b7ef
data/CHANGELOG.md CHANGED
@@ -1,97 +1,74 @@
1
- ## Dradis Framework 4.0.0 (July, 2021) ##
1
+ v4.3.0 (February 2022)
2
+ - No changes
2
3
 
3
- * No changes.
4
+ v4.2.0 (February 2022)
5
+ - No changes
4
6
 
5
- ## Dradis Framework 3.22 (April, 2021) ##
7
+ v4.1.0 (November 2021)
8
+ - No changes
6
9
 
7
- * ContentService#create_evidence: deduplicate Evidence from integrations.
10
+ v4.0.0 (July 2021)
11
+ - No changes
8
12
 
9
- ## Dradis Framework 3.21 (February, 2021) ##
13
+ v3.22.0 (April 2021)
14
+ - ContentService#create_evidence: deduplicate Evidence from integrations
10
15
 
11
- * Rename `parent` methods to `module_parent` as `Module#parent` is deprecated.
16
+ v3.21.0 (February 2021)
17
+ - Rename `parent` methods to `module_parent` as `Module#parent` is deprecated
12
18
 
13
- ## Dradis Framework 3.20 (January, 2021) ##
19
+ v3.20.0 (January 2021)
20
+ - No changes
14
21
 
15
- * No changes.
22
+ v3.19.0 (September 2020)
23
+ - No changes
16
24
 
17
- ## Dradis Framework 3.19 (September, 2020) ##
25
+ v3.18.0 (July 2020)
26
+ - Added PersistentPermissions module to dry up permissions endpoints
18
27
 
19
- * No changes.
28
+ v3.17.0 (May 2020)
29
+ - No changes
20
30
 
21
- ## Dradis Framework 3.18 (July, 2020) ##
31
+ v3.16.0 (February 2020)
32
+ - No changes
22
33
 
23
- * Added PersistentPermissions module to dry up permissions endpoints.
34
+ v3.15.0 (November 2019)
35
+ - No changes
24
36
 
25
- ## Dradis Framework 3.17 (May, 2020) ##
37
+ v3.14.0 (August 2019)
38
+ - No changes
26
39
 
27
- * No changes.
40
+ v3.13.0 (June 2019)
41
+ - No changes
28
42
 
29
- ## Dradis Framework 3.16 (February, 2020) ##
43
+ v3.12.0 (March 2019)
44
+ - No changes
30
45
 
31
- * No changes.
46
+ v3.11.0 (November 2018)
47
+ - No changes
32
48
 
33
- ## Dradis Framework 3.15 (November, 2019) ##
49
+ v3.10.1 (November 2018)
50
+ - Do not use `Node#project_id`
34
51
 
35
- * Make ContentService Boards available in CE
52
+ v3.10.0 (August 2018)
53
+ - Add default project to task options
54
+ - Avoid requiring the caller to use `set_project_scope`
55
+ - Default title sorting for content blocks
56
+ - Use AuthenticatedController as export base
36
57
 
37
- ## Dradis Framework 3.14 (August, 2019) ##
58
+ v3.9.0 (January 2018)
59
+ - No changes
38
60
 
39
- * Add node to boards
61
+ v3.8.0 (September 2017)
62
+ - Add ContentService#all_content_blocks method to access the current project's content blocks
63
+ - Add ContentService#create_content_blocks method to create content blocks with
64
+ - Add default_user_id attribute to the importer
40
65
 
41
- ## Dradis Framework 3.13 (June, 2019) ##
66
+ v3.7.0 (July 2017)
67
+ - Add ContentService#all_properties method to access the current project's document properties
68
+ - Don't lose :plugin and :plugin_id from ContentService#create_issue due to excessive input length
42
69
 
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.
70
+ v3.6.0 (April 2016)
71
+ - Abandon home-grown configuration in favor of `Rails.application.config`
72
+ - An instance of ContentService and TemplateService is created for all plugins from this layer removing the need for plugin authors to create their own
73
+ - Split the ContentService into multiple modules
74
+ - 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 = 3
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.3.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: 2022-04-29 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