Skip to content

Commit

Permalink
RUSTSEC-2020-0068: remove parameters from affected functions (#477)
Browse files Browse the repository at this point in the history
It's breaking `cargo-deny` which hasn't updated to the new parser yet
  • Loading branch information
tarcieri authored Nov 9, 2020
1 parent 0ca360b commit 0bdef41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/multihash/RUSTSEC-2020-0068.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ categories = ["denial-of-service"]
keywords = ["parsing", "panic", "untrusted data"]

[affected.functions]
"multihash::digests::MultihashRefGeneric<T>::from_slice" = ["< 0.11.3"]
"multihash::digests::MultihashGeneric<T>::from_bytes" = ["< 0.11.3"]
"multihash::digests::MultihashRefGeneric::from_slice" = ["< 0.11.3"]
"multihash::digests::MultihashGeneric::from_bytes" = ["< 0.11.3"]

[versions]
patched = [">= 0.11.3"]
Expand Down

0 comments on commit 0bdef41

Please sign in to comment.