summaryrefslogtreecommitdiffstats
path: root/deny.toml
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 10:02:26 +0200
commit6f507d01c645b2f91547abde2ac572ea49b17187 (patch)
tree5f943f875c3f26726cf7aa6469e9bc07b5362415 /deny.toml
parentfa33e261b72b74716d0c3156f6b6b8ec0b085542 (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> (cherry picked from commit dbcc83ef292a282842ba30cefd70240fda8b0a55)
Diffstat (limited to 'deny.toml')
-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