Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
grails-datastore-gorm-hibernate5: most-fixed (2 issues). 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: GORM queries using pagination parameters (such as 'max') can bypass multi-tenancy constraints when the underlying query execution fails to preserve the resolved tenant ID, leading to critical cross-tenant data leaks.
Auth Bypass: Hibernate dynamic finders may bypass multi-tenant isolation by failing to utilize tenant-specific datastore connections, querying the root context instead.