From 87df89b28213257f9020f5da3460905dcba537b1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 19 Oct 2021 08:35:35 +0200 Subject: cargo-deny: Ignore security advisories for now Signed-off-by: Matthias Beyer --- deny.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deny.toml b/deny.toml index 4d12353..95aaf3c 100644 --- a/deny.toml +++ b/deny.toml @@ -61,3 +61,18 @@ skip = [ skip-tree = [ ] + +[advisories] +ignore = [ + # "Potential segfault in the time crate" + # + # Patches available, but as "time-rs" is not a direct dependency, we cannot + # do anything here + "RUSTSEC-2020-0071", + + # "Potential segfault in `localtime_r` invocations" + # + # No patches available yet + "RUSTSEC-2020-0159", +] + -- cgit v1.2.3