From 64cec608d361bb6e35297749fa1a8e99cdc66f1a Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Mon, 7 Oct 2019 15:08:59 +0200 Subject: [PATCH] Fix typo --- rust/std/CVE-2018-1000657.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/std/CVE-2018-1000657.toml b/rust/std/CVE-2018-1000657.toml index f6985fa..63215cf 100644 --- a/rust/std/CVE-2018-1000657.toml +++ b/rust/std/CVE-2018-1000657.toml @@ -2,7 +2,7 @@ id = "CVE-2018-1000657" package = "std" date = "2018-08-20" -title = "Buffer overflow vulnenrability in VecDeque::reserve()" +title = "Buffer overflow vulnerability in VecDeque::reserve()" description = """ The `std::collections::vec_deque::VecDeque::reserve()` function contains a buffer overflow vulnerability that can potentially result in arbitrary code