Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
.github/workflows/build.yml: 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.
Auth Bypass: The WorkPlan and Search Work creation mechanisms did not propagate the tenant identifier during operation generation, leading to a critical isolation bypass where indexing and query workloads could run outside their intended tenant context.
Auth Bypass: Unwrapped keys in the query filter cache allowed cache-collision bypasses, where filters could be incorrectly reused across differing security contexts due to lack of distinct caching strategy isolation.
Auth Bypass: Mass indexing operations initiated via JavaBean jobs created database sessions that lacked the correct tenant ID configuration and failed to properly release resources, allowing cross-tenant data leakage.