Security context

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

weaviate/weaviate-python-client
main @ 0791933
3
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
weaviate/rbac/models.py: most-fixed (2 issues). Treat as high-risk during review.
3 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: Alias name casing not normalized before constructing RBAC permission, allowing bypass of permission checks by using different casing.
Auth Bypass: Minimal Nodes permission missing the READ action, allowing unauthorized node read access.
Auth Bypass: OIDC authentication flow runs even when a custom authorization header is present, potentially overriding or bypassing intended auth.