Skip to content

Commit

Permalink
Un-ignore RUSTSEC-2020-0071 and ban time 0.1 from dependency tree
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 1, 2023
1 parent 163efe9 commit a4d6d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ jobs:
name: Audit Rust Dependencies
with:
denyWarnings: true
# RUSTSEC-2020-0071: Ignore the time segfault CVE since there are no known
# good workarounds, and we want logs etc to be in local time.
ignore: RUSTSEC-2020-0071
5 changes: 2 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ yanked = "deny"
notice = "deny"

ignore = [
# Potential segfault in `time`:
"RUSTSEC-2020-0071"
]

#severity-threshold =
Expand Down Expand Up @@ -87,7 +85,8 @@ deny = [
{ name = "clap", version = "2" },
{ name = "clap", version = "3" },
# `atty` is an unmaintained crate with a CVE: RUSTSEC-2021-0145
{ name = "atty" }
{ name = "atty" },
{ name = "time", version = "0.1"},
]
skip = []
skip-tree = []
Expand Down

0 comments on commit a4d6d25

Please sign in to comment.