Skip to content

Commit

Permalink
Update deny ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Jul 31, 2024
1 parent 26cb60a commit 0ceaa6a
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 @@ -18,6 +18,12 @@ unmaintained = "allow"
yanked = "allow"
notice = "deny"
ignore = [
# TODO: update the curve25519-dalek internal dependency to 4.1.3+
"RUSTSEC-2024-0344",
# TODO(#723): update the ed25519-dalek 1 internal dependency to 2.0.0+
"RUSTSEC-2022-0093",
# TODO(#742): vulnerable webpki.
"RUSTSEC-2023-0052",
# TODO(#1013): vulnerable rustls.
"RUSTSEC-2024-0336",
]
Expand Down

0 comments on commit 0ceaa6a

Please sign in to comment.