From 47838d143b20b066bc88799cbb38c39403087368 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Sat, 19 Mar 2022 21:28:31 +0100 Subject: [PATCH] chore(audit): unignore RUSTSEC-2021-0119 (Out-of-bounds write in `nix::unistd::getgrouplist`) (#3768) --- .cargo/audit.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 4c8efaa1..5dbd178b 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,8 +1,5 @@ [advisories] ignore = [ - # Out-of-bounds write in nix::unistd::getgrouplist - # Tracked in #3140 - "RUSTSEC-2021-0119", # Potential segfault in the time crate # chrono dependency, but vulnerable function is never called # Tacked in #3163