dradis-qualys 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: 2dd931f7eadf4548f66cdc34a214ec6cca3761b7
4
- data.tar.gz: 4ebe296050380d1783fe389609d0e00d4ae54b66
2
+ SHA256:
3
+ metadata.gz: 43fc3acee8d8ee8f0d9b5c1952dc2537f3fade3c72f867cbe19f65d9bcb16a22
4
+ data.tar.gz: d41b7ed409a3d381a827bef5a43fb18da47ba723525789833909ad563e899330
5
5
  SHA512:
6
- metadata.gz: e45d84ed0818aa545fec4a609ecb8581a77c005c39ad0eda79efa65579e3fe2be2eed731b14c177e0e2b8db4adf88ccb4be27fd01168585a5201e212a9cc3ac7
7
- data.tar.gz: bc224f373ebbb35fa2f0976a8c7e50da17378e54a702f22a8b049e747165f7dd37236fde91f4686746b96f0011cf51b1c9667e2543584c25affed5d93e8fec1a
6
+ metadata.gz: 47fa2f72fa3e096e255fd0ab233964db47e550f733d11e21dc3ddb9248b89ebb2dbdfd41fd922c6f3527e44518d308adada2fdd308f79dd2b5f04a8aaaacff51
7
+ data.tar.gz: fc3663d8598cfa95195be86539458e26b39c51f633ed96f30b39ea7bec456ddcf8f8089859a0ec158ae45bf57511526aac80a9354358bb04400126b914187125
@@ -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.18 (July, 2020) ##
2
+
3
+ * No changes.
4
+
5
+ ## Dradis Framework 3.17 (May, 2020) ##
6
+
7
+ * No changes.
8
+
9
+ ## Dradis Framework 3.16 (February, 2020) ##
10
+
11
+ * No changes.
12
+
13
+ ## Dradis Framework 3.15 (November, 2019) ##
14
+
15
+ * No changes.
16
+
17
+ ## Dradis Framework 3.14 (August, 2019) ##
18
+
19
+ * No changes.
20
+
1
21
  ## Dradis Framework 3.13 (June, 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 = 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-qualys
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
@@ -152,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
154
  - !ruby/object:Gem::Version
153
155
  version: '0'
154
156
  requirements: []
155
- rubyforge_project:
156
- rubygems_version: 2.6.12
157
+ rubygems_version: 3.1.2
157
158
  signing_key:
158
159
  specification_version: 4
159
160
  summary: Qualys add-on for the Dradis Framework.