mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-03 10:05:26 +01:00
Mark arrow advisories as fixed in https://github.com/apache/arrow-rs/issues/817 (#1131)
This commit is contained in:
@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
|
||||
keywords = ["buffer-overflow"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
patched = [">= 6.4.0"]
|
||||
```
|
||||
|
||||
# `BinaryArray` does not perform bound checks on reading values and offsets
|
||||
|
||||
@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
|
||||
keywords = ["buffer-overflow"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
patched = [">= 6.4.0"]
|
||||
```
|
||||
|
||||
# `DecimalArray` does not perform bound checks on accessing values and offsets
|
||||
|
||||
@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
|
||||
keywords = ["buffer-overflow"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
patched = [">= 6.4.0"]
|
||||
```
|
||||
|
||||
# `FixedSizeBinaryArray` does not perform bound checks on accessing values and offsets
|
||||
|
||||
Reference in New Issue
Block a user