Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add .bundler-audit.yml file to ignore bundle audit warnings #481

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ignore:
# rails-html-sanitizer - needs Rails 7 upgrade to fix
- CVE-2024-53989
- CVE-2024-53988
- CVE-2024-53987
- CVE-2024-53986
- CVE-2024-53985

# actionpack - needs Rails 7 upgrade to fix
- CVE-2024-54133
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ GEM
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
ostruct (0.6.1)
pagy (9.3.1)
parallel (1.26.3)
Expand Down Expand Up @@ -402,6 +404,7 @@ PLATFORMS
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-darwin-23
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl
Expand Down