mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
add wrflib
This commit is contained in:
committed by
Dirkjan Ochtman
parent
f71b77f025
commit
16eeb9a536
40
crates/wrflib/RUSTSEC-0000-0000.md
Normal file
40
crates/wrflib/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,40 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "wrflib"
|
||||
date = "2025-10-02"
|
||||
informational = "unsound"
|
||||
url = "https://github.com/cruise-automation/webviz-rust-framework"
|
||||
categories = ["memory-corruption"]
|
||||
|
||||
[affected.functions]
|
||||
"wrflib::byte_extract::get_f32_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_f32_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_f64_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_f64_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i8_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i8_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i16_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i16_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i32_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i32_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i64_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_i64_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u8_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u8_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u16_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u16_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u32_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u32_le_as_f32" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u64_le" = ["<= 0.0.3"]
|
||||
"wrflib::byte_extract::get_u64_le_as_f32" = ["<= 0.0.3"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
unaffected = []
|
||||
```
|
||||
|
||||
# soundness issue and unmaintained
|
||||
All functions under `wrflib::byte_extract` are simply wrapper of unsafe pointer offset and lacks sufficient checks to it pointer and offset parameter.
|
||||
|
||||
`wrflib` is unmaintained.
|
||||
Reference in New Issue
Block a user