Skip to content

Commit

Permalink
Merge branch 'remove-atty-dependency'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 1, 2023
2 parents a569adf + 0bbe1ac commit 9f76fd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ jobs:
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.
#
# RUSTSEC-2021-0145: The vulnerability affects custom global allocators,
# so it should be safe to ignore it. Stop ignoring the warning once
# atty has been removed from our dependency tree.
ignore: RUSTSEC-2020-0071,RUSTSEC-2021-0145
ignore: RUSTSEC-2020-0071
26 changes: 3 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ deny = [
{ name = "openssl-probe" },
{ name = "clap", version = "2" },
{ name = "clap", version = "3" },
# `atty` is an unmaintained crate with a CVE: RUSTSEC-2021-0145
{ name = "atty" }
]
skip = []
skip-tree = []
Expand Down

0 comments on commit 9f76fd3

Please sign in to comment.