Files
advisory-db/crates/orion/RUSTSEC-2018-0012.toml
Sergey "Shnatsel" Davidoff 7797133c67 Add CVE mapping
2020-03-18 17:15:13 +01:00

18 lines
558 B
TOML

[advisory]
id = "RUSTSEC-2018-0012"
package = "orion"
date = "2018-12-20"
title = "Flaw in streaming state reset() functions can create incorrect results."
url = "https://github.com/brycx/orion/issues/46"
description = """
Affected versions of this crate did not properly reset a streaming state.
Resetting a streaming state, without finalising it first, creates incorrect results.
The flaw was corrected by not first checking if the state had already been reset, when calling reset().
"""
aliases = ["CVE-2018-20999"]
[versions]
patched = [">= 0.11.2"]