Skip to content

Commit

Permalink
This non-critical CVE was fixed in rails 7.x
Browse files Browse the repository at this point in the history
We no longer need to ignore this in the security suite.

See: #22909
  • Loading branch information
jrafanie committed Feb 26, 2024
1 parent ad3ff92 commit b0a5954
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/tasks/test_security.rake
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ namespace :test do
}
end

# See discussion in https://github.com/rails/rails/issues/51190
options << {:ignore => %w[CVE-2024-26143]}

require "awesome_spawn"
cmd = AwesomeSpawn.build_command_line("bundle-audit check", options)
puts "** with command line: #{cmd}"
Expand Down

0 comments on commit b0a5954

Please sign in to comment.