dradis-openvas 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: 41975dfa488c36febfa4cb87816d45910bb1dc13
4
- data.tar.gz: b165c4ecb3323d27cb16ec4790d50c8a340c028c
2
+ SHA256:
3
+ metadata.gz: e4075c68124388221c3ca40f0b341ab44f0894be1ccc2b6b649af05a3b32e8cf
4
+ data.tar.gz: c3ea054e7bf2912bf677f0d6132300609efe94e93b7594280069a02597436d31
5
5
  SHA512:
6
- metadata.gz: 4bce33088e4a6a63745ec0bb300bd3c147073f725300e9527bc329f4d79707fec84bd8b9b1f184c9a0f6809a60c27eb2db8b0f494538ece06f48b18528b48bd0
7
- data.tar.gz: 32a1a9cc7962be58e7ba928ea63bf25510db5ce75b8e1192e7ef7d898fee634a8c7d836b7454d6169d3f91029d28a5f61b2ac9c45a4d25835add99d436c9d8bc
6
+ metadata.gz: d9a1b2c407b5d842b03befce9d075c15036f6098cb27ec378b68e8f56ce60e4d42d8ff24b1a32914d6166c89a01b5419e45de28d907d86643b3f8898ad7ffca5
7
+ data.tar.gz: 878301825b7387d7dbd873fa7c1f0f9e0639c8c5dd80aef2d19b607a7bd146e45222a4f4585739ae6f5f702751f3ac2a428b8fd747e7ca057c31e83cabac9cb6
@@ -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,3 +1,23 @@
1
+ ## Dradis Framework 3.17 (May, 2020) ##
2
+
3
+ * No changes.
4
+
5
+ ## Dradis Framework 3.16 (February, 2020) ##
6
+
7
+ * No changes.
8
+
9
+ ## Dradis Framework 3.15 (November, 2019) ##
10
+
11
+ * No changes.
12
+
13
+ ## Dradis Framework 3.14 (August, 2019) ##
14
+
15
+ * No changes.
16
+
17
+ ## Dradis Framework 3.13 (June, 2019) ##
18
+
19
+ * No changes.
20
+
1
21
  ## Dradis Framework 3.12 (March, 2019) ##
2
22
 
3
23
  * 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-openvas
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
@@ -60,6 +60,8 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
+ - ".github/issue_template.md"
64
+ - ".github/pull_request_template.md"
63
65
  - ".gitignore"
64
66
  - ".rspec"
65
67
  - CHANGELOG.md
@@ -112,8 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
114
  - !ruby/object:Gem::Version
113
115
  version: '0'
114
116
  requirements: []
115
- rubyforge_project:
116
- rubygems_version: 2.6.12
117
+ rubygems_version: 3.0.1
117
118
  signing_key:
118
119
  specification_version: 4
119
120
  summary: OpenVAS add-on for the Dradis Framework.