Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
pkg/js/libs/ldap/ldap.go: most-fixed (3 issues). Treat as high-risk during review.
25 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: The JS require() module loader allowed local file access and reused privileged module caches, breaking sandbox boundaries repeatedly.
Path Traversal: File write operations in the krbforge library lacked proper path containment, enabling arbitrary file writes outside the allowed directory.
Request Smuggling: Raw HTTP request handling has multiple smuggling vectors: uncontrolled Host header injection and newline normalization issues.