From ed831b78cd0c5af09a3d790d3dc6173128dca221 Mon Sep 17 00:00:00 2001 From: Gilles Filippini <pini@debian.org> Date: Mon, 20 Mar 2023 00:22:39 +0100 Subject: [PATCH] chore: ignore cargo-deny advisories We won't fix them because Duniter v1 will soon be deprecated. --- deny.toml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index 655111165..9d12f70ee 100644 --- a/deny.toml +++ b/deny.toml @@ -1,10 +1,20 @@ [advisories] ignore = [ - # Wait to comfy-table upgrade crossterm - "RUSTSEC-2020-0091", - # generic-array v0.12.3 allowed unsoundly extending lifetimes - # but used only on build-dependencies by pest_meta - "RUSTSEC-2020-0146", + # Won't fix + "RUSTSEC-2020-0071", + "RUSTSEC-2020-0159", + "RUSTSEC-2021-0072", + "RUSTSEC-2021-0078", + "RUSTSEC-2021-0079", + "RUSTSEC-2021-0093", + "RUSTSEC-2021-0114", + "RUSTSEC-2021-0115", + "RUSTSEC-2021-0119", + "RUSTSEC-2021-0124", + "RUSTSEC-2022-0013", + "RUSTSEC-2022-0037", + "RUSTSEC-2022-0082", + "RUSTSEC-2023-0018", ] [bans] -- GitLab