rustsec / advisory-db

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

Add advisory for unsound problems in `workflow-core` #2001

Open safe4u opened 2 months ago

safe4u commented 2 months ago

The util functions buffer_as_slice and buffer_as_slice_mut in crate workflow-core could create illegal slice. The details are described in https://github.com/workflow-rs/workflow-rs/issues/11