RUSTSEC-2017-0006: rmpv: add patched versions

Patched as of v0.4.2:

https://github.com/RustSec/advisory-db/pull/171#issuecomment-540169499
This commit is contained in:
Tony Arcieri
2019-10-11 09:07:24 -07:00
parent e98f9fd70f
commit cad07fbc25

View File

@@ -10,7 +10,7 @@ buffers without checking whether there is sufficient data available.
This allows an attacker to do denial-of-service attacks by sending small
msgpack messages that allocate gigabytes of memory.
"""
patched_versions = []
patched_versions = [">= 0.4.2"]
url = "https://github.com/3Hren/msgpack-rust/issues/151"
categories = ["denial-of-service"]
keywords = ["memory", "dos", "msgpack", "serialization", "deserialization"]