dradis-brakeman 3.12.0 → 3.17.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
- SHA1:
3
- metadata.gz: bb2b1643bcbce21f16af0bc3f4cee4cf546bac53
4
- data.tar.gz: bbd7b13625f74737deaa044886f8688e3674f228
2
+ SHA256:
3
+ metadata.gz: 9f005d591cdbdde46dd59839fde2f4fe8a7412187cb7dbf69802f471990e61c6
4
+ data.tar.gz: 1242396c323f66b6dafadd477ea967245da9d0b2f6032f942a3fc05462b2a1ee
5
5
  SHA512:
6
- metadata.gz: 9f684c49bb2ad1ab4c32bffdb12d62b779778e0985b20f1db6df8fb4535faa081ff4e4442e244ef1e3a9d4ea2b6233f352c7c7ab413bbb1ff927ebe3f3450baf
7
- data.tar.gz: 043241b8ef349e06e85d73c22833bb126c41ac1b4cb69b0969e85bf3547a4a5cb1fbd4bdcef39f66bd7052d748cd0d8e7bc2e25805c8c7cd13bebb9d2584b201
6
+ metadata.gz: 737856218d26692c45019654e2b09a0a90fd0259a8c661dcc1e6f573da3083651216fc3a115c67b83e145a623fd2d2b1a2369226fc7b316e4abba8edef86ca38
7
+ data.tar.gz: b6f1808424454fcd239c6219e415f4aaaa1f4b3b336a59d0c611ccc8f52924058bbbd91282717a0f2245c319c9be6ed690b9f54362f83d5870fdc595c4bab36e
@@ -0,0 +1,16 @@
1
+ ### Steps to reproduce
2
+
3
+ Help us help you, how can we reproduce the problem?
4
+
5
+ ### Expected behavior
6
+ Tell us what should happen
7
+
8
+ ### Actual behavior
9
+ Tell us what happens instead
10
+
11
+ ### System configuration
12
+ **Dradis version**:
13
+
14
+ **Ruby version**:
15
+
16
+ **OS version**:
@@ -0,0 +1,36 @@
1
+ ### Summary
2
+
3
+ Provide a general description of the code changes in your pull
4
+ request... were there any bugs you had fixed? If so, mention them. If
5
+ these bugs have open GitHub issues, be sure to tag them here as well,
6
+ to keep the conversation linked together.
7
+
8
+
9
+ ### Other Information
10
+
11
+ If there's anything else that's important and relevant to your pull
12
+ request, mention that information here. This could include
13
+ benchmarks, or other information.
14
+
15
+ Thanks for contributing to Dradis!
16
+
17
+
18
+ ### Copyright assignment
19
+
20
+ Collaboration is difficult with commercial closed source but we want
21
+ to keep as much of the OSS ethos as possible available to users
22
+ who want to fix it themselves.
23
+
24
+ In order to unambiguously own and sell Dradis Framework commercial
25
+ products, we must have the copyright associated with the entire
26
+ codebase. Any code you create which is merged must be owned by us.
27
+ That's not us trying to be a jerks, that's just the way it works.
28
+
29
+ Please review the [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/master/CONTRIBUTING.md)
30
+ file for the details.
31
+
32
+ You can delete this section, but the following sentence needs to
33
+ remain in the PR's description:
34
+
35
+ > I assign all rights, including copyright, to any future Dradis
36
+ > work by myself to Security Roots.
@@ -1,7 +1,33 @@
1
+ ## Dradis Framework 3.17 (May, 2020) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Dradis Framework 3.16 (February, 2020) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Dradis Framework 3.15 (November, 2019) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Dradis Framework 3.14 (August, 2019) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Dradis Framework 3.13 (June, 2019) ##
22
+
23
+ * No changes.
24
+
25
+
1
26
  ## Dradis Framework 3.12 (March, 2019) ##
2
27
 
3
28
  * No changes.
4
29
 
30
+
5
31
  ## Dradis Framework 3.11 (November, 2018) ##
6
32
 
7
33
  * No changes.
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 12
11
+ MINOR = 17
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-brakeman
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.0
4
+ version: 3.17.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: 2019-04-01 00:00:00.000000000 Z
11
+ date: 2020-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -88,6 +88,8 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
+ - ".github/issue_template.md"
92
+ - ".github/pull_request_template.md"
91
93
  - ".gitignore"
92
94
  - ".rspec"
93
95
  - CHANGELOG.md
@@ -132,8 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
134
  - !ruby/object:Gem::Version
133
135
  version: '0'
134
136
  requirements: []
135
- rubyforge_project:
136
- rubygems_version: 2.6.12
137
+ rubygems_version: 3.0.1
137
138
  signing_key:
138
139
  specification_version: 4
139
140
  summary: Brakeman add-on for the Dradis Framework.