Skip to content

Commit

Permalink
Ignore RUSTSEC-2022-0054 caused by wee_alloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
koxu1996 committed Jun 12, 2024
1 parent 3bfbcdf commit c699cc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
kairos-contracts-audit = craneLib.cargoAudit {
inherit (kairosContractsAttrs) src;
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
# FIXME --ignore RUSTSEC-2022-0054 wee_alloc is Unmaintained caused by introducing casper-contract
cargoAuditExtraArgs = "--ignore yanked --deny warnings --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2022-0054";
};
};

Expand Down

0 comments on commit c699cc9

Please sign in to comment.