Skip to content

Commit

Permalink
chore(deny): add ignore for rsa crate
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Sep 12, 2024
1 parent 4b39727 commit 863d3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ ignore = [
#{ crate = "[email protected]", reason = "you can specify why you are ignoring the yanked crate" },
{ id = "RUSTSEC-2024-0320", reason = "Nothing we can do about it now." },
{ id = "RUSTSEC-2024-0370", reason = "Nothing we can do about it now." },
{ id = "RUSTSEC-2023-0071", reason = "Nothing we can do about it now." },
]
# 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 863d3f4

Please sign in to comment.