diff --git a/crates/arrow/RUSTSEC-0000-0000.md b/crates/arrow/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..5d11e35 --- /dev/null +++ b/crates/arrow/RUSTSEC-0000-0000.md @@ -0,0 +1,16 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "arrow" +date = "2021-09-14" +url = "https://github.com/apache/arrow-rs/issues/774" +categories = ["memory-exposure"] +keywords = ["buffer-overflow"] + +[versions] +patched = [] +``` + +# `FixedSizeBinaryArray` does not perform bound checks on accessing values and offsets + +`FixedSizeBinaryArray` performs insufficient bounds checks, which allows out-of-bounds reads in safe code.