Skip to content

Commit

Permalink
flake/audit: ignore RUSTSEC-2024-0013 caused by introducing casper-cl…
Browse files Browse the repository at this point in the history
…ient 2.0.0
  • Loading branch information
marijanp committed Mar 18, 2024
1 parent c7a6132 commit 071e411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
advisory-db = inputs.advisory-db;
# Default values from https://crane.dev/API.html?highlight=cargoAudit#cranelibcargoaudit
# FIXME --ignore RUSTSEC-2022-0093 ignores ed25519-dalek 1.0.1 vulnerability caused by introducing casper-client 2.0.0
cargoAuditExtraArgs = "--ignore yanked --ignore RUSTSEC-2022-0093";
# FIXME --ignore RUSTSEC-2024-0013 ignores libgit2-sys 0.14.2+1.5.1 vulnerability caused by introducing casper-client 2.0.0
cargoAuditExtraArgs = "--ignore yanked --ignore RUSTSEC-2022-0093 RUSTSEC-2024-0013";
};
};

Expand Down

0 comments on commit 071e411

Please sign in to comment.