Skip to content

Commit

Permalink
Add exception for RUSTSEC-2024-0375
Browse files Browse the repository at this point in the history
It's the transitive dependency atty again which we are pulling in
through clap. Same situation as with RUSTSEC-2024-0370, it's just no
maintained as of now.
  • Loading branch information
sirhcel committed Oct 14, 2024
1 parent 7239146 commit d1e8b0e
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 @@ -49,6 +49,7 @@ yanked = "deny"
ignore = [
"RUSTSEC-2021-0145", # caused by unmaintained atty
"RUSTSEC-2024-0370", # caused by unmaintained proc-macro-error used by some examples
"RUSTSEC-2024-0375", # caused by umnaintained atty (again, with migration hint)
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
Expand Down

0 comments on commit d1e8b0e

Please sign in to comment.