Skip to content

Commit

Permalink
chore: Temporarily ignore RUSTSEC-2024-0388
Browse files Browse the repository at this point in the history
We do not directly use remi-gridfs, yet mongodb is pulled in via it. We need to either rework how Remi in pulled in, or wait for a new version of mongodb upstream. A PR has been created to resolve upstream, but no version has been released.
  • Loading branch information
spotlightishere committed Nov 14, 2024
1 parent 1ea03cb commit acce33e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ targets = [
#
# See also: https://github.com/EmbarkStudios/cargo-deny/pull/611
version = 2
ignore = [
# We do not use remi-gridfs, yet mongodb is pulled in via it.
# We need to either rework how Remi in pulled in,
# or wait for a new version of mongodb upstream:
# https://github.com/mongodb/mongo-rust-driver/pull/1245
"RUSTSEC-2024-0388"
]

[bans]
multiple-versions = "warn"
Expand Down

0 comments on commit acce33e

Please sign in to comment.