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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9bfcb3ce55089ae3c2d4d50cfd6ab85b87e1bd6e48a7f4391eb4341639a0a70
4
- data.tar.gz: 8001d9478dbba9e030dec6664f1375caa7f64472b4a41603e805575accab93c5
3
+ metadata.gz: 50489ff3a1a0a2a41f46a0553103a389eca20b8824f34cd12e5e36af38875c5e
4
+ data.tar.gz: a58faffc42213aebc10bb68adb2a4cff52b95267b88d587f86ac632e4a2ed32b
5
5
  SHA512:
6
- metadata.gz: 873b1eebe722ae7803fbc1f2573c5df95fb0a547b94d0d504edb5420b6904987d99cd3ba004a2909a274cfc8fb6510b8f3f90e538e274faa6dfa8a0f8c66a0e0
7
- data.tar.gz: 1d1a7f4c12b74568a838c70b890039f8aeb5f6ab97302138d3ba0d36757bc7ba8e2094bc217720659a61aaeac4053f32ba40adcf6abd2538205cd608f0d1b91f
6
+ metadata.gz: 84e115b9b6e52a3475282865adcec0f55d9db0f8f34ebbe06dfec564d463c8e9d97442a58d399a9b12baaff025cfb94002e8f4d06f9f180adde44f1670f08909
7
+ data.tar.gz: 02ba56551a35819a85104987e260b2bb0ad8ea56e8bd20cf8b20f538efa4db39fdbd38377226f9c42ec87fdcf4541888be6dbc1f6f0cf85d7603193c5b1cfc56
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.18.0 (September 2025)
2
+ - No changes
3
+
1
4
  v4.17.0 (July 2025)
2
5
  - No changes
3
6
 
data/Gemfile CHANGED
@@ -16,7 +16,7 @@ gemspec
16
16
  # To use debugger
17
17
  # gem 'debugger'
18
18
 
19
- if Dir.exists?('../dradis-plugins')
19
+ if Dir.exist?('../dradis-plugins')
20
20
  gem 'dradis-plugins', path: '../dradis-plugins'
21
21
  else
22
22
  gem 'dradis-plugins', github: 'dradis/dradis-plugins'
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 17
11
+ MINOR = 18
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
@@ -7,7 +7,7 @@ class QualysTasks < Thor
7
7
  def vuln(file_path)
8
8
  require 'config/environment'
9
9
 
10
- unless File.exists?(file_path)
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.exists?(file_path)
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.17.0
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: 2025-07-22 00:00:00.000000000 Z
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.5.6
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: