dradis-coreimpact 4.17.0 → 4.19.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: fc15bf088510641aa444e87d30ed9fc37fb72a41b80b7b135335e4909220679c
4
+ data.tar.gz: bd4fdfa228646398d8f28a4f83423f8b700d390b9dbbcca465de3617a5262b51
5
5
  SHA512:
6
- metadata.gz: 2bef846cad22d6d987b697ad686cc5d0ad9e39627a3b276daf94dcdc6c7b008a4a95dc0ea6e69c26cd8192c95f7353289861dec00828b0eb4a3ea53695eb821d
7
- data.tar.gz: 192ab75bbde39fe521b3f0b557a5e79a4e0785374ebe994139f8a37637aa082b90e41340fc65a8e0d9b69fdaf4b2c29f60164dc45799919705975849a6def346
6
+ metadata.gz: eb9846e1769421427ec73dc29329dd98bd547ec2c029f08be4619f5813cd457c84960b2f15e038ab69c5886e59051b0b8bfe36cd9c6ff4d96f203ca151f52506
7
+ data.tar.gz: 5a35fcdf60768aa813717aad9d04be1202f2a3907e4b22c32020e212a54fdb68a4e97691a388e362e4a6f4c40855b9fb6e9394319a397e823cbd7c2a4ca45742
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v4.19.0 (November 2025)
2
+ - No changes
3
+
4
+ v4.18.0 (September 2025)
5
+ - No changes
6
+
1
7
  v4.17.0 (July 2025)
2
8
  - No changes
3
9
 
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 = 19
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.19.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: