Skip to content

Commit

Permalink
Merge pull request #22909 from jrafanie/ignore_non_critical_cve_2024_…
Browse files Browse the repository at this point in the history
…26143

Temporarily ignore non-critical CVE as we upgrade to rails 7

(cherry picked from commit 2fa17ed)
  • Loading branch information
Fryguy committed Feb 26, 2024
1 parent 101274a commit 13bde1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/test_security.rake
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ 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}"

exit $?.exitstatus unless system(cmd)
end
Expand Down

0 comments on commit 13bde1b

Please sign in to comment.