mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 00:03:57 +01:00
[protobuf] fix patched versions
This commit is contained in:
@@ -12,4 +12,4 @@ vulnerable method on untrusted data.
|
||||
url = "https://github.com/stepancheg/rust-protobuf/issues/411"
|
||||
keywords = ["oom", "panic", "dos"]
|
||||
affected_functions = ["stream::read_raw_bytes_into"]
|
||||
patched_versions = [">= 1.7.5, >= 2.6.0"]
|
||||
patched_versions = ["^1.7.5", ">= 2.6.0"]
|
||||
|
||||
Reference in New Issue
Block a user