dradis-veracode 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: 4690b1ced3da59630f005784d82923030fe3e170061e261b2f2c2ae875cfcf8c
4
- data.tar.gz: 89c02722eb738a4006037c3d8c6a49789a81f1161f33651beeeaff22e1694172
3
+ metadata.gz: afcdb6ea2594d352b27a978722ad8be7b3886297eb2a75c351f6f23b953aa746
4
+ data.tar.gz: 2df53c6476f9a9d3253ac3913167551777d98ab6ed1a7cb832f7786c2917ce2c
5
5
  SHA512:
6
- metadata.gz: 740e945a297b62696ba72efaa7862c9cf7a21f42bb066bd78aed2c4220e402b76ba15e0f7e239bea956da3a95ccf91c0cc0cded945810055b5d963348fd1983f
7
- data.tar.gz: b7885acc5f0f154aec2c1dda4dba5f438c32dee7f1e731dd8a34ae481fa9a2b196f8f193ff6334e25d7d5bcfa0644c4405f02a9034641f5cd6af3b6768286e40
6
+ metadata.gz: 9baa6c5c50d79345413539ec2f69fa06b3bbe71212620dd7a7989741d33fb7dd362d47f3734939bede467f3100653004b39b146f23fc18475c3d36ddbc133d6d
7
+ data.tar.gz: 4d3fd33c8e5973f4731242d11d3029a7cf296f3533b6d7aad8116d415193f7142c5157d74577439a7cb6afe8509cc799455c00819975a585eb88d38590d2fe06
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
 
@@ -8,7 +8,7 @@ class VeracodeTasks < Thor
8
8
  def upload(file_path)
9
9
  require 'config/environment'
10
10
 
11
- unless File.exists?(file_path)
11
+ unless File.exist?(file_path)
12
12
  $stderr.puts "** the file [#{file_path}] does not exist"
13
13
  exit(-1)
14
14
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-veracode
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
  - Dradis Team
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
@@ -82,7 +81,6 @@ dependencies:
82
81
  version: 0.5.2
83
82
  description: This add-on allows you to upload and parse output produced from the Veracode
84
83
  security scanner into Dradis.
85
- email:
86
84
  executables: []
87
85
  extensions: []
88
86
  extra_rdoc_files: []
@@ -123,7 +121,6 @@ homepage: https://dradis.com/integrations/veracode.html
123
121
  licenses:
124
122
  - GPL-2
125
123
  metadata: {}
126
- post_install_message:
127
124
  rdoc_options: []
128
125
  require_paths:
129
126
  - lib
@@ -138,8 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
135
  - !ruby/object:Gem::Version
139
136
  version: '0'
140
137
  requirements: []
141
- rubygems_version: 3.5.6
142
- signing_key:
138
+ rubygems_version: 3.6.9
143
139
  specification_version: 4
144
140
  summary: Veracode add-on for the Dradis Framework.
145
141
  test_files: