Highlights
Path Traversal: 1 prior fix. Scrutinize any change in this area.
lib/jpgraph/JpGraph.php: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Path Traversal: The module loading mechanism allowed directory traversal, potentially permitting arbitrary local file inclusion via 'include_once' when dynamic paths were unsafely constructed. Developers must ensure absolute directory pinning and prefix validation are strictly enforced during dynamic imports.
Cross-Site Scripting (XSS): Unsanitized input in the GetURLArguments function allowed remote attackers to inject arbitrary web script or HTML via URL keys, compromising the client-side execution environment.