From 5906f4d2f5c2b8236113e19ed93b464775572932 Mon Sep 17 00:00:00 2001 From: wanglei01 Date: Mon, 10 Oct 2022 15:40:04 +0800 Subject: [PATCH] ci: skip RUSTSEC-2020-0071 check. See #5 issue for details. Signed-off-by: wanglei01 --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index a2fd933..7c5b37a 100644 --- a/deny.toml +++ b/deny.toml @@ -48,7 +48,8 @@ notice = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - #"RUSTSEC-0000-0000", + # See #https://github.com/openanolis/dbs-cli/issues/5 for details. + "RUSTSEC-2020-0071", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories