1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2026-03-06 03:01:43 +01:00

gems: ignore irrelevant vulns in dev dependency solargraph

This commit is contained in:
cn
2026-02-26 22:16:50 +01:00
parent a3c3d1f968
commit dcb2decbda

View File

@@ -15,7 +15,7 @@ end
namespace :bundle do
desc 'Check for vulnerabilities with bundler-audit'
task :audit do
sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m' if !RUBY_VERSION.start_with?('3.0')
sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m --ignore GHSA-wx95-c6cv-8532' if !RUBY_VERSION.start_with?('3.0')
end
end