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 problem in `wasmtime_jit_debug` #1999

Open safe4u opened 2 months ago

safe4u commented 2 months ago

A soundness bug in wasmtime_jit_debug that wrongly marks the function dump_code_load_record as 'safe'. The issue report: https://github.com/bytecodealliance/wasmtime/issues/8905