Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
src/main/java/org/springframework/data/authentication/UserCredentials.java: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Information Disclosure: Plaintext credentials and sensitive system passwords can be accidentally printed to system logs or external diagnostic outputs during object string representation conversions if not explicitly masked in the class's toString representation.
Information Disclosure: Raw projection method result values can be leaked inside exception messages like UnsupportedOperationException, exposing internal domain state to error handling layers or end-user API responses.