Skip to content

Commit c095490

Browse files
committed
init
1 parent cfb30ca commit c095490

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "rtvm-interpreter"
5+
date = "2025-10-31"
6+
references = [
7+
"https://crates.io/crates/rtvm-interpreter/4.0.0",
8+
"https://docs.rs/rtvm-interpreter/latest/src/rtvm_interpreter/interpreter.rs.html",
9+
]
10+
informational = "unsound"
11+
categories = ["memory-corruption"]
12+
13+
[affected.functions]
14+
"rtvm_interpreter::Interpreter::program_counter" = ["<= 4.0.0"]
15+
16+
[versions]
17+
patched = []
18+
unaffected = []
19+
```
20+
21+
# Lack of sufficient checks in public API
22+
23+
The affected function is unsound due to insufficient checks on public struct field.

crates/wren_rust/RUSTSEC-0000-0000.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)