We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb30ca commit c095490Copy full SHA for c095490
crates/rtvm-interpreter/RUSTSEC-0000-0000.md
@@ -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
0 commit comments