Highlights
Isolation Bypass: 1 prior fix. Scrutinize any change in this area.
internal/compile/compile.go: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Isolation Bypass: Load statements were compiled to SETGLOBAL, allowing bindings to escape the file scope and pollute the global namespace, breaking module isolation.
Memory Corruption: The BigInt() accessor returned a reference to the internal big.Int, allowing callers to mutate interpreter-owned state, leading to undefined behavior or memory corruption.