etseidl commented on code in PR #9730: URL: https://github.com/apache/arrow-rs/pull/9730#discussion_r3088648387
########## parquet/README.md: ########## @@ -71,13 +71,11 @@ The `parquet` crate provides the following features which may be enabled in your [`simdutf8`]: https://crates.io/crates/simdutf8 [parquet variant]: https://github.com/apache/parquet-format/blob/master/VariantEncoding.md -## Parquet Feature Status Review Comment: Why is this section removed? ########## arrow/src/lib.rs: ########## @@ -335,14 +335,24 @@ //! * [`parquet`](https://docs.rs/parquet) - support for [Apache Parquet] //! * [`arrow-avro`](https://docs.rs/arrow-avro) - support for [Apache Avro] //! -//! # Safety and Security +//! # Security //! -//! Like many crates, this crate makes use of unsafe where prudent. However, it endeavours to be -//! sound. Specifically, **it should not be possible to trigger undefined behaviour using safe APIs.** +//! This project follows the [Apache Arrow Security Model]. Any exploitable +//! instance of undefined behavior using `safe` APIs and has a clear explanation Review Comment: ```suggestion //! instance of undefined behavior using `safe` APIs and having a clear explanation ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
