dradis-qualys 4.9.0 → 4.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/dradis-qualys.gemspec +1 -2
- data/lib/dradis/plugins/qualys/gem_version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d098ef2f9fc3fd21e8d09b9d2aa3790c17bfc4b18c86e9969c2c49b677d9bdcc
|
|
4
|
+
data.tar.gz: 682b88bd9778657a19aa741a9c257fce62130b5c0a72e21b5b5c24c454de7329
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11a7e81f2da1d25ebbb870b8b5b6f0940d2a8f5240c267f9dcac2e3a7ba24ce1a2b55c49b019ed4b6d20c5baa40724ccf49189405d35571b80484ac66f047956
|
|
7
|
+
data.tar.gz: c0d9c50c8179cb2a16cfb3e7529cbe5badf21552d890f31af9e5fb35f3a476ff38e0cd6764420b705efbf320f4f9bc317f6c74ea0c2a2a0f1466e6504171b572
|
data/CHANGELOG.md
CHANGED
data/dradis-qualys.gemspec
CHANGED
|
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.license = 'GPL-2'
|
|
14
14
|
|
|
15
15
|
spec.authors = ['Daniel Martin']
|
|
16
|
-
spec.
|
|
17
|
-
spec.homepage = 'http://dradisframework.org'
|
|
16
|
+
spec.homepage = 'https://dradis.com/integrations/qualys.html'
|
|
18
17
|
|
|
19
18
|
spec.files = `git ls-files`.split($\)
|
|
20
19
|
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
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: 4.
|
|
4
|
+
version: 4.10.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: 2023-
|
|
11
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dradis-plugins
|
|
@@ -96,8 +96,7 @@ dependencies:
|
|
|
96
96
|
version: 0.5.2
|
|
97
97
|
description: This add-on allows you to upload and parse output produced from Qualys
|
|
98
98
|
Vulnerability Scanner into Dradis.
|
|
99
|
-
email:
|
|
100
|
-
- etd@nomejortu.com
|
|
99
|
+
email:
|
|
101
100
|
executables: []
|
|
102
101
|
extensions: []
|
|
103
102
|
extra_rdoc_files: []
|
|
@@ -160,7 +159,7 @@ files:
|
|
|
160
159
|
- templates/was-issue.fields
|
|
161
160
|
- templates/was-issue.sample
|
|
162
161
|
- templates/was-issue.template
|
|
163
|
-
homepage:
|
|
162
|
+
homepage: https://dradis.com/integrations/qualys.html
|
|
164
163
|
licenses:
|
|
165
164
|
- GPL-2
|
|
166
165
|
metadata: {}
|