Documents the new `keywords` attribute and adds keywords to all current
advisories. These can be consumed by the web UI.
This commit is contained in:
Tony Arcieri
2018-07-24 16:02:35 -07:00
parent ac0e00251b
commit 2d9a2632a7
10 changed files with 17 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
[advisory]
id = "RUSTSEC-2017-0004"
package = "base64"
patched_versions = [">= 0.5.2"]
aliases = ["CVE-2017-1000430"]
date = "2017-05-03"
url = "https://github.com/alicemaz/rust-base64/commit/24ead980daf11ba563e4fb2516187a56a71ad319"
title = "Integer overflow leads to heap-based buffer overflow in encode_config_buf"
date = "2017-05-03"
patched_versions = [">= 0.5.2"]
keywords = ["memory-corruption"]
aliases = ["CVE-2017-1000430"]
description = """
Affected versions of this crate suffered from an integer overflow bug when
calculating the size of a buffer to use when encoding base64 using the