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 +4 -4
- data/CHANGELOG.md +49 -78
- data/CHANGELOG.template +12 -0
- data/lib/dradis/plugins/gem_version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5e8d28fafeee08283a345a7561c6bacb29d1117cd71a5e51e7139ab21f72211
|
4
|
+
data.tar.gz: 73a0e633400e650e008f508d5545f09ac822356a9b2bfbd663df2769d11a56c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00a69d5789d78330c5f92df394538a05010594f1782a01315a37ef66caf7a3c1d9774e7e645ce543698d8bdb65f0b63ccd9088bf1f8158727dfa80ec1db1ec6b
|
7
|
+
data.tar.gz: 16f7ab9e1ec1b16ea2dce00bb98520ae7de0ff058daf0e18e37a12c51ddd6b0675e60639a87859ac0b4cbd453c488df390666d13f521ee596120f0dd0eb5fd84
|
data/CHANGELOG.md
CHANGED
@@ -1,97 +1,68 @@
|
|
1
|
-
|
1
|
+
v4.1.0 (November 2021)
|
2
|
+
- No changes
|
2
3
|
|
3
|
-
|
4
|
+
v4.0.0 (July 2021)
|
5
|
+
- No changes
|
4
6
|
|
5
|
-
|
7
|
+
v3.22.0 (April 2021)
|
8
|
+
- ContentService#create_evidence: deduplicate Evidence from integrations
|
6
9
|
|
7
|
-
|
10
|
+
v3.21.0 (February 2021)
|
11
|
+
- Rename `parent` methods to `module_parent` as `Module#parent` is deprecated
|
8
12
|
|
9
|
-
|
13
|
+
v3.20.0 (January 2021)
|
14
|
+
- No changes
|
10
15
|
|
11
|
-
|
16
|
+
v3.19.0 (September 2020)
|
17
|
+
- No changes
|
12
18
|
|
13
|
-
|
19
|
+
v3.18.0 (July 2020)
|
20
|
+
- Added PersistentPermissions module to dry up permissions endpoints
|
14
21
|
|
15
|
-
|
22
|
+
v3.17.0 (May 2020)
|
23
|
+
- No changes
|
16
24
|
|
17
|
-
|
25
|
+
v3.16.0 (February 2020)
|
26
|
+
- No changes
|
18
27
|
|
19
|
-
|
28
|
+
v3.15.0 (November 2019)
|
29
|
+
- No changes
|
20
30
|
|
21
|
-
|
31
|
+
v3.14.0 (August 2019)
|
32
|
+
- No changes
|
22
33
|
|
23
|
-
|
34
|
+
v3.13.0 (June 2019)
|
35
|
+
- No changes
|
24
36
|
|
25
|
-
|
37
|
+
v3.12.0 (March 2019)
|
38
|
+
- No changes
|
26
39
|
|
27
|
-
|
40
|
+
v3.11.0 (November 2018)
|
41
|
+
- No changes
|
28
42
|
|
29
|
-
|
43
|
+
v3.10.1 (November 2018)
|
44
|
+
- Do not use `Node#project_id`
|
30
45
|
|
31
|
-
|
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
|
-
|
52
|
+
v3.9.0 (January 2018)
|
53
|
+
- No changes
|
34
54
|
|
35
|
-
|
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
|
-
|
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
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
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)
|
data/CHANGELOG.template
ADDED
@@ -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]
|
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.
|
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-
|
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.
|
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.
|