summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2021-10-27 14:34:01 +0200
committerLinus Färnstrand <faern@faern.net>2021-10-27 14:58:21 +0200
commit270be1681d105549acf68d717bb74df9e746ef8a (patch)
treeb5885145fe07ef6ab23f41e3cef7522bd1b8f5f3 /.github
parent79105b8e1cdf5350b60ff95be6c6e89437cce593 (diff)
downloadmullvadvpn-270be1681d105549acf68d717bb74df9e746ef8a.tar.xz
mullvadvpn-270be1681d105549acf68d717bb74df9e746ef8a.zip
Temporarily ignore RUSTSEC-2020-0159 RUSTSEC-2020-0071 (time + chrono)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index a3425f943c..8120c5daf6 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -21,4 +21,6 @@ jobs:
version: latest
- name: Audit
- run: cargo audit
+ # TEMP: Ignore the time/chrono segfault CVEs since there are no known
+ # good workarounds, and we want logs etc to be in local time.
+ run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071