From da8b9dc585f288776bc1b81d654e5e5ed3e0ff2d Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Mon, 3 Feb 2025 12:30:00 -0500 Subject: [PATCH] ignore advisory rustsec (#1586) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index afc336b7a..97aeabec6 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,7 @@ [advisories] ignore = [ { id = "RUSTSEC-2024-0384", reason = "migration to alloy is underway which will resolve this advisory" }, + { id = "RUSTSEC-2025-0004", reason = "migraiton to alloy needs to occur" }, ] # This rustsec can be added to ignore list if using mls `test_utils` for tests