mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Keywords
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user