Skip to content

Commit ba8504f

Browse files
authored
Merge pull request #191 from RustSec/RUSTSEC-2017-0006/add-patched-versions
RUSTSEC-2017-0006: rmpv: add patched versions
2 parents e98f9fd + cad07fb commit ba8504f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmpv/RUSTSEC-2017-0006.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buffers without checking whether there is sufficient data available.
1010
This allows an attacker to do denial-of-service attacks by sending small
1111
msgpack messages that allocate gigabytes of memory.
1212
"""
13-
patched_versions = []
13+
patched_versions = [">= 0.4.2"]
1414
url = "https://github.com/3Hren/msgpack-rust/issues/151"
1515
categories = ["denial-of-service"]
1616
keywords = ["memory", "dos", "msgpack", "serialization", "deserialization"]

0 commit comments

Comments
 (0)