Skip to content

Commit

Permalink
Fixes #26085: Vulnerability in idna (#6095)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored Dec 17, 2024
1 parent 31976db commit 95c1370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ignore = [
"RUSTSEC-2024-0332",
# We are not vulnerable and would need to update rust version, already done in 8.2
"RUSTSEC-2024-0365",
# Not vulnerable to puny-code masking
"RUSTSEC-2024-0421",
]

[bans]
Expand Down

0 comments on commit 95c1370

Please sign in to comment.