summaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-05-14 14:27:48 +0200
committerGitHub <noreply@github.com>2022-05-14 14:27:48 +0200
commitb1ad1c79f53fcc27373cd6128191a867b50fb579 (patch)
treeb12de2348e560796aa368995f6acfc315e739d65 /.cargo
parent190dfa8885bf213edd927ea516e314eef6c1dfcd (diff)
chore(audit): unignore `RUSTSEC-2020-0071` & `RUSTSEC-2020-0159` (#3985)
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/audit.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.cargo/audit.toml b/.cargo/audit.toml
deleted file mode 100644
index 5dbd178b6..000000000
--- a/.cargo/audit.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[advisories]
-ignore = [
- # Potential segfault in the time crate
- # chrono dependency, but vulnerable function is never called
- # Tacked in #3163
- "RUSTSEC-2020-0071",
- # chrono: Potential segfault in localtime_r invocations
- # starship avoids setting any environment variables to avoid this issue
- # Tracked in #3166
- "RUSTSEC-2020-0159",
-]