File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -464,16 +464,16 @@ GEM
464
464
netrc (0.11.0 )
465
465
newrelic_rpm (6.15.0 )
466
466
nio4r (2.7.0 )
467
- nokogiri (1.15.5 )
467
+ nokogiri (1.16.2 )
468
468
mini_portile2 (~> 2.8.2 )
469
469
racc (~> 1.4 )
470
- nokogiri (1.15.5 -aarch64-linux )
470
+ nokogiri (1.16.2 -aarch64-linux )
471
471
racc (~> 1.4 )
472
- nokogiri (1.15.5 -arm64-darwin )
472
+ nokogiri (1.16.2 -arm64-darwin )
473
473
racc (~> 1.4 )
474
- nokogiri (1.15.5 -x86_64-darwin )
474
+ nokogiri (1.16.2 -x86_64-darwin )
475
475
racc (~> 1.4 )
476
- nokogiri (1.15.5 -x86_64-linux )
476
+ nokogiri (1.16.2 -x86_64-linux )
477
477
racc (~> 1.4 )
478
478
oauth2 (2.0.9 )
479
479
faraday (>= 0.17.3 , < 3.0 )
Original file line number Diff line number Diff line change 60
60
61
61
desc 'Scan for gem vulnerabilities'
62
62
task :bundle_audit do
63
- # TODO: remove CVE-2015-9284 once https://github.com/omniauth/omniauth/pull/809 is resolved
64
- # TODO: remove CVE-2022-0759 once local development works on newer version
65
- # TODO: remove GHSA-hjp3-5g2q-7jww will need ruby 3.0
66
- # TODO: remove GHSA-xc9x-jj77-9p9j will need ruby 3.0
67
- sh "bundle-audit check --update " \
68
- "--ignore CVE-2015-9284 CVE-2022-0759 GHSA-hjp3-5g2q-7jww CVE-2023-34246 GHSA-xc9x-jj77-9p9j"
63
+ sh "bundle-audit check --update"
69
64
end
70
65
71
66
desc "Run rubocop"
You can’t perform that action at this time.
0 commit comments