Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

hibernate/hibernate-search
main @ 0f6b662
7
Fixes
0
CVEs
HIGH
Peak severity
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.