Skip to content

Commit

Permalink
chore: ignore RUSTSEC-2024-0388, RUSTSEC-2024-0384 temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 17, 2024
1 parent 9032d5e commit 55125df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ ignore = [
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
#"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
#{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },

# https://github.com/estk/log4rs/pull/351
{ id = "RUSTSEC-2024-0388", reason = "log4rs PRs are not merged yet" },
# https://github.com/spacejam/sled/issues/1514
# https://github.com/notify-rs/notify/pull/652
{ id = "RUSTSEC-2024-0384", reason = "notify, sled are not updated yet" },
]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
Expand Down

0 comments on commit 55125df

Please sign in to comment.