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

Commit

Permalink
fix: ignore RUSTSEC-2020-0071
Browse files Browse the repository at this point in the history
We ignore [RUSTSEC-2020-0071][1] because we’re likely unaffected and
this probably isn’t going to be fixed any time soon.

[1]: https://rustsec.org/advisories/RUSTSEC-2020-0071

Signed-off-by: Thomas Scholtes <geigerzaehler@axiom.fm>
  • Loading branch information
geigerzaehler committed Oct 18, 2021
1 parent 7d5aa60 commit 10c3053
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deny.toml
Expand Up @@ -37,7 +37,19 @@ notice = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
# Setting an environment variable and getting the current time in two
# different threads may result in a segfault. It’s highly unlikely
# that we are affected by this.
#
# This is blocked by
# * https://github.com/chronotope/chrono/pull/578
# * A new release of `headers`
# * `rust-crypto` not being maintained
#
# https://rustsec.org/advisories/RUSTSEC-2020-0071
"RUSTSEC-2020-0071",
# "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 10c3053

Please sign in to comment.