Skip to content

Commit

Permalink
chore: ignore rustls server advisory (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq authored Nov 26, 2024
1 parent 438920a commit 2ebb56c
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-0370",
# instant is unmaintained
"RUSTSEC-2024-0384",
# rustls advisory, only servers affected
"RUSTSEC-2024-0399",
# Used by boojum
# derivative is unmaintained
"RUSTSEC-2024-0388",
Expand Down

0 comments on commit 2ebb56c

Please sign in to comment.