Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
AviatorEvaluatorInstance: 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.
Sandbox Escape: Unrestricted access to static fields and methods via reflection allows scripts to bypass the intended sandbox and execute arbitrary Java code. Restricting these capabilities via explicit features (StaticFields/StaticMethods) is required to enforce boundaries.
Auth Bypass: System-critical internal functions (such as NewInstanceFunction and LoadFunction) remained globally registered and callable even when equivalent high-level syntax features were disabled, leading to a sandbox bypass.