dradis-qualys 4.17.0 → 4.18.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/Gemfile +1 -1
- data/lib/dradis/plugins/qualys/gem_version.rb +1 -1
- data/lib/tasks/thorfile.rb +2 -2
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50489ff3a1a0a2a41f46a0553103a389eca20b8824f34cd12e5e36af38875c5e
|
4
|
+
data.tar.gz: a58faffc42213aebc10bb68adb2a4cff52b95267b88d587f86ac632e4a2ed32b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84e115b9b6e52a3475282865adcec0f55d9db0f8f34ebbe06dfec564d463c8e9d97442a58d399a9b12baaff025cfb94002e8f4d06f9f180adde44f1670f08909
|
7
|
+
data.tar.gz: 02ba56551a35819a85104987e260b2bb0ad8ea56e8bd20cf8b20f538efa4db39fdbd38377226f9c42ec87fdcf4541888be6dbc1f6f0cf85d7603193c5b1cfc56
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/lib/tasks/thorfile.rb
CHANGED
@@ -7,7 +7,7 @@ class QualysTasks < Thor
|
|
7
7
|
def vuln(file_path)
|
8
8
|
require 'config/environment'
|
9
9
|
|
10
|
-
unless File.
|
10
|
+
unless File.exist?(file_path)
|
11
11
|
$stderr.puts "** the file [#{file_path}] does not exist"
|
12
12
|
exit -1
|
13
13
|
end
|
@@ -22,7 +22,7 @@ class QualysTasks < Thor
|
|
22
22
|
def was(file_path)
|
23
23
|
require 'config/environment'
|
24
24
|
|
25
|
-
unless File.
|
25
|
+
unless File.exist?(file_path)
|
26
26
|
$stderr.puts "** the file [#{file_path}] does not exist"
|
27
27
|
exit -1
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-qualys
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Martin
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: dradis-plugins
|
@@ -96,7 +95,6 @@ dependencies:
|
|
96
95
|
version: 0.5.2
|
97
96
|
description: This add-on allows you to upload and parse output produced from Qualys
|
98
97
|
Vulnerability Scanner into Dradis.
|
99
|
-
email:
|
100
98
|
executables: []
|
101
99
|
extensions: []
|
102
100
|
extra_rdoc_files: []
|
@@ -153,7 +151,6 @@ homepage: https://dradis.com/integrations/qualys.html
|
|
153
151
|
licenses:
|
154
152
|
- GPL-2
|
155
153
|
metadata: {}
|
156
|
-
post_install_message:
|
157
154
|
rdoc_options: []
|
158
155
|
require_paths:
|
159
156
|
- lib
|
@@ -168,8 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
165
|
- !ruby/object:Gem::Version
|
169
166
|
version: '0'
|
170
167
|
requirements: []
|
171
|
-
rubygems_version: 3.
|
172
|
-
signing_key:
|
168
|
+
rubygems_version: 3.6.9
|
173
169
|
specification_version: 4
|
174
170
|
summary: Qualys add-on for the Dradis Framework.
|
175
171
|
test_files:
|