Skip to content

Commit

Permalink
Temporarily ignore non-critical CVE as we upgrade to rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Feb 26, 2024
1 parent ccb776b commit c834424
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 c834424

Please sign in to comment.