From 2a8405bb2ab925d3b5d17e98dc734300bca9e54e Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Thu, 16 Jan 2025 11:41:04 +0100 Subject: [PATCH] Ignores RUSTSEC-2023-0071; currently not fixable --- rust/.cargo/audit.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust/.cargo/audit.toml diff --git a/rust/.cargo/audit.toml b/rust/.cargo/audit.toml new file mode 100644 index 000000000..5d1327d5d --- /dev/null +++ b/rust/.cargo/audit.toml @@ -0,0 +1,3 @@ +[advisories] +# RUSTSEC-2023-0071 side channel attack; currently not fixable +ignore = ["RUSTSEC-2023-0071"]