summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-07-31 15:36:05 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-01 10:40:23 +0200
commit0bbe1ac440943f16a0731dc4c28134aafd2eed0d (patch)
tree8bc0e13672181c12bbf6fd6542849d4e679dc8af /.github
parentf74fd478ea1dc59af9b593fdd9f7ec444ce11138 (diff)
downloadmullvadvpn-0bbe1ac440943f16a0731dc4c28134aafd2eed0d.tar.xz
mullvadvpn-0bbe1ac440943f16a0731dc4c28134aafd2eed0d.zip
Un-ignore RUSTSEC-2021-0145 since atty is no longer in the dep tree
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index 6babb09f20..00eb2f0959 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -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