dradis-acunetix 3.13.0 → 3.18.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: 7f3410b5666a64bff1aeed22b03b1e0858940b81
4
- data.tar.gz: 590c768cbbecaff38073ebb2bba2219c9c73600d
2
+ SHA256:
3
+ metadata.gz: e18757413ac1943be1b9752350ef24b5f449a71c0cdaf0aa7f8e847c2cd1af81
4
+ data.tar.gz: 5c25f5250de4b356e763d0dc4d133cdd604f6d2bea49df73a0908241c0bc5588
5
5
  SHA512:
6
- metadata.gz: e9e34a409df607d94f0b5e193232ba47146fc260cf188b8a307511e2fc5ca0208b16437d9aa85b2836c61e837b7d2495a188cf9ea67cbb4c6c6d4a6ffeade410
7
- data.tar.gz: 40cec936cd442feb92b5b9eb376713088f0e1311ec8b187836eb7dc7d11941e11a29ce9858fa814f99942c7934c2a396ea5264f66579595e5e3eed508cc0047e
6
+ metadata.gz: 1a3a5e333be5c286a9199cb0d227cc96c302be3acc1f42089d1912386aa67956505cff348e9672507caca7f2f66fefe8dd0e4cd5899634ecb234d706bcfec0b5
7
+ data.tar.gz: 47a0cd95934df9a8fc267a746c93da932aa28323980b6a49e7b46563e6fca646e8fd7f37c91e011876578d6bc448b4c3876102c05890fd39c0b558155b49affd
@@ -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,29 @@
1
- ## Dradis Framework 3.13 (XXX, 2019) #
1
+ ## Dradis Framework 3.18 (July, 2020) #
2
+
3
+ * No changes
4
+
5
+
6
+ ## Dradis Framework 3.17 (May, 2020) #
7
+
8
+ * No changes
9
+
10
+
11
+ ## Dradis Framework 3.16 (February, 2020) #
12
+
13
+ * No changes
14
+
15
+
16
+ ## Dradis Framework 3.15 (November, 2019) #
17
+
18
+ * No changes
19
+
20
+
21
+ ## Dradis Framework 3.14 (August, 2019) #
22
+
23
+ * No changes
24
+
25
+
26
+ ## Dradis Framework 3.13 (June, 2019) #
2
27
 
3
28
  * No changes
4
29
 
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 13
11
+ MINOR = 18
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-acunetix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.18.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: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -102,6 +102,8 @@ executables: []
102
102
  extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
105
+ - ".github/issue_template.md"
106
+ - ".github/pull_request_template.md"
105
107
  - ".gitignore"
106
108
  - ".rspec"
107
109
  - CHANGELOG.md
@@ -156,8 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
158
  - !ruby/object:Gem::Version
157
159
  version: '0'
158
160
  requirements: []
159
- rubyforge_project:
160
- rubygems_version: 2.6.12
161
+ rubygems_version: 3.1.2
161
162
  signing_key:
162
163
  specification_version: 4
163
164
  summary: Acunetix add-on for the Dradis Framework.