summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-19 09:18:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-19 09:19:57 +0200
commitdbcc83ef292a282842ba30cefd70240fda8b0a55 (patch)
tree94618c348b78c1c5375356fa80773edc2ee06d6b
parentb20a799090c19b3c7a18dd276f96cd2a40ac0145 (diff)
Ignore advisory from "ptree" dependencies
Because we cannot release with "git" dependencies in Cargo.toml, we ignore the advisory for the v0.3.0 release. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--deny.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 95aaf3c..5a8daf1 100644
--- a/deny.toml
+++ b/deny.toml
@@ -64,6 +64,13 @@ skip-tree = [
[advisories]
ignore = [
+ # "linked-hash-map creates uninitialized NonNull pointer"
+ #
+ # This occours because our dependency "ptree" has old dependencies itself
+ # Patches to update its dependencies were submitted, but are not released
+ # yet.
+ "RUSTSEC-2020-0026",
+
# "Potential segfault in the time crate"
#
# Patches available, but as "time-rs" is not a direct dependency, we cannot