Skip to content

Commit

Permalink
Add ignore for curve25519-dalek
Browse files Browse the repository at this point in the history
Also reference bugs for the current deny ignores.

Change-Id: Ib7aafcae040eba025f3f7ab4ae731023dd7441f5
  • Loading branch information
jblebrun committed Jul 12, 2024
1 parent 389cf3b commit 42ba3db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ unsound = "deny"
yanked = "deny"
notice = "deny"
# For crate rsa 0.9.6. Remove when there is a safe upgrade.
ignore = ["RUSTSEC-2023-0071"]
ignore = [
{ id = "RUSTSEC-2023-0071", reason = "b/352738504" },
{ id = "RUSTSEC-2024-0344", reason = "b/352738247" },
]

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

0 comments on commit 42ba3db

Please sign in to comment.