diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-06-30 14:12:03 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-07-01 10:03:09 +0200 |
| commit | 9a79448ce816db42fe774ec17b983f4ad574d55b (patch) | |
| tree | ad0724704e9e2a4dbd2e99e2cb918726bce7c69a /.github/workflows | |
| parent | 122721a34bbf071b379d1a914a85307939efff8a (diff) | |
| download | mullvadvpn-9a79448ce816db42fe774ec17b983f4ad574d55b.tar.xz mullvadvpn-9a79448ce816db42fe774ec17b983f4ad574d55b.zip | |
Remove reference to withdrawn CVE. It is no longer relevant
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 00fa09f684..0764742e0e 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -21,6 +21,6 @@ jobs: version: latest - name: Audit - # TEMP: Ignore the time/chrono segfault CVEs since there are no known + # TEMP: Ignore the time segfault CVE 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 + run: cargo audit --ignore RUSTSEC-2020-0071 |
