Skip to content

Commit

Permalink
chore: ignore RUSTSEC-2020-0146 for now (dfinity#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shahi authored Mar 2, 2021
1 parent 57cb497 commit 063a4df
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cargo-audit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@ pkgs.lib.cargo-security-audit {
name = "dfinity-sdk";
cargoLock = ./Cargo.lock;
db = RustSec-advisory-db;
ignores = [];
# Ignore this vulnerability for as we have an indirect dependency on it
# ID: RUSTSEC-2020-0146
# Crate: generic-array
# Version: 0.12.3
# Date: 2020-04-09
# URL: https://rustsec.org/advisories/RUSTSEC-2020-0146
# Title: arr! macro erases lifetimes
# Solution: upgrade to >= 0.14.0
# Dependency tree:
# generic-array 0.12.3
ignores = [ "RUSTSEC-2020-0146" ];
}

0 comments on commit 063a4df

Please sign in to comment.