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 problem in `scanner-rust` #2000

Open safe4u opened 3 months ago

safe4u commented 3 months ago

ScannerU8SliceAscii creates and parses non-utf8 str, which is unsound and might lead to undefined behaviors. The details are described in https://github.com/magiclen/scanner-rust/issues/2.