dradis-brakeman 3.13.0 → 3.14.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: 6f4607128973162d8d0763a5792c5b2651daa6b6
4
- data.tar.gz: 570b596b6d6b7da6bee1e059bae4008e22179cd9
2
+ SHA256:
3
+ metadata.gz: f26091c704c3f85b239f49fe5e21f2ebba2d93490fae06c9cfe8607bcb29a6cf
4
+ data.tar.gz: e5b369d549a6672384158fe264f4d2d3100d9223e03b8d44e8b30989ecd6a790
5
5
  SHA512:
6
- metadata.gz: 638009254eddc8ffd286f1356b34dddfefadc5d2568d57252263b6b4387a44c7930a99149b77246c8808ba24b83fb1e40ce2865aa2e2482267ce2d23051e8dbe
7
- data.tar.gz: cf655a70acbcc6aa381e4be14eae00fadc73e3fbbdf2838fbacaa1ae2be8dabf403d7774d5447858799f5340e2dbea7eff7feb1e07301fd366dd054d34d08dad
6
+ metadata.gz: bb1b7586f652411eeb0b1faad693b93d8cf285401036b68752b1a7b8b3a1a97065f0cbce96209c635c575c7ebc0bd175903880fdaeea0ccf9c00055fceab0f97
7
+ data.tar.gz: aae4604564e36c82498e562d9d66f4d55b058c0c864def1b012534f063c98f9c42c6c89524b202c885f737d57448a289a0494d414408bc872afbaed1faeab6aa
@@ -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,4 +1,9 @@
1
- ## Dradis Framework 3.13 (XXX, 2019) ##
1
+ ## Dradis Framework 3.14 (August, 2019) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Dradis Framework 3.13 (June, 2019) ##
2
7
 
3
8
  * No changes.
4
9
 
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 13
11
+ MINOR = 14
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.13.0
4
+ version: 3.14.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-06-10 00:00:00.000000000 Z
11
+ date: 2019-08-13 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.3
137
138
  signing_key:
138
139
  specification_version: 4
139
140
  summary: Brakeman add-on for the Dradis Framework.