Skip to content

Commit

Permalink
Add exception for RUSTSEC-2024-0370
Browse files Browse the repository at this point in the history
This transitive dependency is used by some of our examples. The advisory
is informational and not about an actual issue.

Our MSRV currently prevents us from upgrading to a newer version of
clap. When bumping MSRV, we shall look into newer versions of clap to
resolve this issue.
  • Loading branch information
sirhcel committed Sep 26, 2024
1 parent 6f95e14 commit fa57a09
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 @@ -48,6 +48,7 @@ yanked = "deny"
# output a note when they are encountered.
ignore = [
"RUSTSEC-2021-0145", # caused by unmaintained atty
"RUSTSEC-2024-0370", # caused by unmaintained proc-macro-error used by some examples
]
# 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 fa57a09

Please sign in to comment.