Skip to content

Commit

Permalink
Merge pull request #191 from RustSec/RUSTSEC-2017-0006/add-patched-ve…
Browse files Browse the repository at this point in the history
…rsions

RUSTSEC-2017-0006: rmpv: add patched versions
  • Loading branch information
tarcieri authored Oct 11, 2019
2 parents e98f9fd + cad07fb commit ba8504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rmpv/RUSTSEC-2017-0006.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit ba8504f

Please sign in to comment.