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:
a9335e6f01

* Fix version specification

---------

Co-authored-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
This commit is contained in:
Jason Hernandez
2025-01-31 16:07:11 -08:00
committed by GitHub
parent 6556cee2a5
commit 5248f07716

View File

@@ -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())