Skip to content

Commit

Permalink
Merge pull request #22913 from jrafanie/remove-bundler_audit_cve_ignore
Browse files Browse the repository at this point in the history
Remove CVE-2024-26143 as rails 6.1 is not vulnerable
  • Loading branch information
Fryguy authored Feb 27, 2024
2 parents 78112a6 + 75f8940 commit 515a4a1
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 515a4a1

Please sign in to comment.