Skip to content

Commit

Permalink
CI: ignore GHSA-xc9x-jj77-9p9j until on Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 7, 2024
1 parent abafd62 commit f1dd7b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ task :bundle_audit do
# TODO: remove CVE-2015-9284 once https://github.com/omniauth/omniauth/pull/809 is resolved
# TODO: remove CVE-2022-0759 once local development works on newer version
# TODO: remove GHSA-hjp3-5g2q-7jww will need ruby 3.0
sh "bundle-audit check --update --ignore CVE-2015-9284 CVE-2022-0759 GHSA-hjp3-5g2q-7jww CVE-2023-34246"
# TODO: remove GHSA-xc9x-jj77-9p9j will need ruby 3.0
sh "bundle-audit check --update " \
"--ignore CVE-2015-9284 CVE-2022-0759 GHSA-hjp3-5g2q-7jww CVE-2023-34246 GHSA-xc9x-jj77-9p9j"
end

desc "Run rubocop"
Expand Down

0 comments on commit f1dd7b4

Please sign in to comment.