From a6e9b140ca7ce51c4cbe1ddc4492be4734fec037 Mon Sep 17 00:00:00 2001 From: neuronull <9162534+neuronull@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:48:26 -0600 Subject: [PATCH] test disable allow of rsa vuln --- apps/desktop/desktop_native/deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/desktop_native/deny.toml b/apps/desktop/desktop_native/deny.toml index 7d7a126f694..6e156cb3fa5 100644 --- a/apps/desktop/desktop_native/deny.toml +++ b/apps/desktop/desktop_native/deny.toml @@ -2,7 +2,7 @@ [advisories] ignore = [ # Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html - { id = "RUSTSEC-2023-0071", reason = "There is no fix available yet." }, +# { id = "RUSTSEC-2023-0071", reason = "There is no fix available yet." }, { id = "RUSTSEC-2024-0436", reason = "paste crate is unmaintained."} ]