Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix: ignore security advisory that we’re unaffected by
Browse files Browse the repository at this point in the history
The vulnerability is in the `tar` crate that is only used by
`radicle-surf` as a build dependency.

Signed-off-by: Thomas Scholtes <geigerzaehler@axiom.fm>
  • Loading branch information
geigerzaehler committed Aug 9, 2021
1 parent c377197 commit 966d53e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deny.toml
Expand Up @@ -37,7 +37,9 @@ notice = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
#"RUSTSEC-0000-0000",
# The affected functionality is not exposed in our project.
# `tar` is only used as a `radicle-surf` build dependency.
"RUSTSEC-2021-0080"
]
# 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 966d53e

Please sign in to comment.