From 46ecb72bc50f6e6e7092f46a9ab7001ce379e764 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 15 Apr 2026 13:03:32 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@d8c4b88106c95760340b425089d9da8232d69af4 Reference-to: stackabletech/operator-templating@d8c4b88 (Ignore RUSTSEC-2026-0097 in deny.toml) --- deny.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deny.toml b/deny.toml index 8ec7e45..4fa854b 100644 --- a/deny.toml +++ b/deny.toml @@ -38,6 +38,13 @@ ignore = [ # # This can only be removed again if we decide to use a different crate. "RUSTSEC-2024-0436", + + # https://rustsec.org/advisories/RUSTSEC-2026-0097 + # rand 0.8.5 is unsound when log+thread_rng features are enabled and a custom logger calls rand::rng(). + # + # This version is pulled in transitively via num-bigint-dig -> rsa -> stackable-certs and cannot be + # updated until the upstream rsa crate bumps its rand dependency. + "RUSTSEC-2026-0097", ] [bans]