dradis-acunetix 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: 9e8e076d3cf4bee50628b6315c9deafad830c0e91abaee3fabbc3ccc2ba1be73
4
- data.tar.gz: b6d79ed87c1cfa0344d908daf1d8799895297bbf2cf6dafd9132b585f72bd684
3
+ metadata.gz: e05ba71391dba5360d64d93447f4df4b32b63a0caf70b7df74af08c00f01dce5
4
+ data.tar.gz: 7f52d64633069d2526315d1cd669dd699228e790dc2389abdaf900ff09a87d5b
5
5
  SHA512:
6
- metadata.gz: 678016caa9571b7b2da1fca7da12b41ce2a11c7af0e6cddfd8da98f14c84b47441565a8e52ed034aa1a8f5e41fd1cacefcfd62672848c62c78e61bf7a6cb500f
7
- data.tar.gz: 4798ebfeeb57b7e281a40c8665906e7a8cd634ddc7b935a6d1f6738bb8e99ad2f99a63b6ae60f90fcc77379db39ce0ea3b45291b80e30101b573cbcb3db7def6
6
+ metadata.gz: d0ca8261ea759ee1fce6e0f627249fcfea34a9339bfd195dbb4016a318dc76697c16409b78b8676b846baa6d2d656b2e6c09b8c5ec487fc36caacf3d98150093
7
+ data.tar.gz: e950c17eef380052d5a07dd4d52e6785e7ae5ac717eb7ecc9a6e2ed19b950d9cb05d2ff549f20c151d1b6650494d9e2bed02a79bd0084a8f4fe4ad9e5402c0c6
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
 
@@ -24,7 +24,7 @@ class AcunetixTasks < Thor
24
24
  def process_upload(importer, file_path)
25
25
  require 'config/environment'
26
26
 
27
- unless File.exists?(file_path)
27
+ unless File.exist?(file_path)
28
28
  $stderr.puts "** the file [#{file_path}] does not exist"
29
29
  exit -1
30
30
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-acunetix
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 Acunetix
98
97
  Web Vulnerability Scanner into Dradis.
99
- email:
100
98
  executables: []
101
99
  extensions: []
102
100
  extra_rdoc_files: []
@@ -145,7 +143,6 @@ homepage: https://dradis.com/integrations/acunetix.html
145
143
  licenses:
146
144
  - GPL-2
147
145
  metadata: {}
148
- post_install_message:
149
146
  rdoc_options: []
150
147
  require_paths:
151
148
  - lib
@@ -160,8 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
157
  - !ruby/object:Gem::Version
161
158
  version: '0'
162
159
  requirements: []
163
- rubygems_version: 3.5.6
164
- signing_key:
160
+ rubygems_version: 3.6.9
165
161
  specification_version: 4
166
162
  summary: Acunetix add-on for the Dradis Framework.
167
163
  test_files: