From 5248f077160ebbedbc62f32356a7eb08823fc91b Mon Sep 17 00:00:00 2001 From: Jason Hernandez Date: Fri, 31 Jan 2025 16:07:11 -0800 Subject: [PATCH] Add patch version for RUSTSEC-2021-0087.md (#2216) * Add patch version for RUSTSEC-2021-0087.md This issue was closed: https://github.com/frankmcsherry/columnar/issues/6 Commit: https://github.com/frankmcsherry/columnar/commit/a9335e6f018731b5d434fb7703ec92e35d716ed0 * Fix version specification --------- Co-authored-by: Sergey "Shnatsel" Davidoff --- crates/columnar/RUSTSEC-2021-0087.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/columnar/RUSTSEC-2021-0087.md b/crates/columnar/RUSTSEC-2021-0087.md index d52339324..ad098257e 100644 --- a/crates/columnar/RUSTSEC-2021-0087.md +++ b/crates/columnar/RUSTSEC-2021-0087.md @@ -9,7 +9,7 @@ informational = "unsound" aliases = ["CVE-2021-45685", "GHSA-9mp7-45qh-r8j8", "GHSA-cxcc-q839-2cw9"] [versions] -patched = [] +patched = [">= 0.1.0"] ``` # columnar: `Read` on uninitialized buffer may cause UB (ColumnarReadExt::read_typed_vec())