mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-28 23:36:15 +01:00
RUSTSEC-2020-0068: remove parameters from affected functions (#477)
It's breaking `cargo-deny` which hasn't updated to the new parser yet
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user