From 83d4842b6898b5d159c7d778ba9afb40854c1c48 Mon Sep 17 00:00:00 2001 From: Meet <54794940+J3rry-1729@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:24:51 +0530 Subject: [PATCH] Update RUSTSEC-2021-0086.md The issue is fixed refer : https://github.com/sunrise-choir/flumedb-rs/pull/12 --- crates/flumedb/RUSTSEC-2021-0086.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/flumedb/RUSTSEC-2021-0086.md b/crates/flumedb/RUSTSEC-2021-0086.md index f83dfba41..a2ee08445 100644 --- a/crates/flumedb/RUSTSEC-2021-0086.md +++ b/crates/flumedb/RUSTSEC-2021-0086.md @@ -4,11 +4,12 @@ id = "RUSTSEC-2021-0086" package = "flumedb" date = "2021-01-07" url = "https://github.com/sunrise-choir/flumedb-rs/issues/10" +url = "https://github.com/sunrise-choir/flumedb-rs/pull/12" categories = ["memory-exposure"] informational = "unsound" [versions] -patched = [] +patched = [>=0.1.6] ``` # `Read` on uninitialized buffer may cause UB ( `read_entry()` )