dradis-coreimpact 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: 15206b2d1d50b995d7454c60d03bb5ef53947725963b7d9ed26a39ec90f68164
4
- data.tar.gz: 5edc549a51b6c1728fecb9def9752bbbabbdaae102071d5e61a44f730500b2b7
3
+ metadata.gz: a56bab54eb526df22c16ca23e004e6d943c41875a924961484bac9b95566bfa7
4
+ data.tar.gz: 38aea20521dc4483ea8a75698293d01e04ea8a3af59f1bcd8aa03db9b52e21d2
5
5
  SHA512:
6
- metadata.gz: 2bef846cad22d6d987b697ad686cc5d0ad9e39627a3b276daf94dcdc6c7b008a4a95dc0ea6e69c26cd8192c95f7353289861dec00828b0eb4a3ea53695eb821d
7
- data.tar.gz: 192ab75bbde39fe521b3f0b557a5e79a4e0785374ebe994139f8a37637aa082b90e41340fc65a8e0d9b69fdaf4b2c29f60164dc45799919705975849a6def346
6
+ metadata.gz: 05ed46841de60c7c59dd0f6c86adda3afb698c3fcc00b9a64067af63691a7b8b9b0aa7b76d6465481db6314815e436c75673bb0fb65ab244009ca20589811d0c
7
+ data.tar.gz: 0364f3f6df1f44401e55249d0475e64010824c866171a694c99b8f13e355b439ca61be78cc35dcfad95053c5650c754c8cdfa5b568d132d3c5eb5a4c5f996766
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 CoreimpactTasks < 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-coreimpact
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
@@ -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 CORE
84
83
  Impact security scanner into Dradis.
85
- email:
86
84
  executables: []
87
85
  extensions: []
88
86
  extra_rdoc_files: []
@@ -120,7 +118,6 @@ homepage: https://dradis.com/integrations/coreimpact.html
120
118
  licenses:
121
119
  - GPL-2
122
120
  metadata: {}
123
- post_install_message:
124
121
  rdoc_options: []
125
122
  require_paths:
126
123
  - lib
@@ -135,8 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
132
  - !ruby/object:Gem::Version
136
133
  version: '0'
137
134
  requirements: []
138
- rubygems_version: 3.5.6
139
- signing_key:
135
+ rubygems_version: 3.6.9
140
136
  specification_version: 4
141
137
  summary: CORE Impact add-on for the Dradis Framework.
142
138
  test_files: