diff --git a/flake.nix b/flake.nix index 1f870b35..7b907509 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };