mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
wren_rust init
This commit is contained in:
committed by
Dirkjan Ochtman
parent
4502646ddd
commit
63911f592a
21
crates/wren_rust/RUSTSEC-0000-0000.md
Normal file
21
crates/wren_rust/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,21 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "wren_rust"
|
||||
date = "2025-05-06"
|
||||
informational = "unsound"
|
||||
url = "https://docs.rs/wren_rust"
|
||||
categories = ["memory-corruption"]
|
||||
|
||||
[affected.functions]
|
||||
"wren_rust::macros::_default_realloc" = ["<= 0.1.3"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
unaffected = []
|
||||
```
|
||||
|
||||
# soundness issue and unmaintained
|
||||
`wren_rust::macros::_default_realloc()` lacks sufficient checks to it pointer parameter which passed into `free` and `realloc`
|
||||
|
||||
`wren_rust` is unmaintained.
|
||||
Reference in New Issue
Block a user