rustsec / advisory-db

Security advisory database for Rust crates published through crates.io
https://rustsec.org
Other
909 stars 357 forks source link

Add advisory for unsound problems in `substreams` #2002

Open safe4u opened 3 months ago

safe4u commented 3 months ago

The crate substreams unsoundly marks some 'unsafe' functions as 'safe'. So the caller could complete unsafe operations within safe Rust. The details are described in https://github.com/streamingfast/substreams-rs/issues/24