Highlights
Cleartext Storage of Sensitive Information: 1 prior fix. Scrutinize any change in this area.
spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SqliteConnectionRepository.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.
Cleartext Storage of Sensitive Information: OAuth access tokens, secrets, and refresh tokens were stored in cleartext within a SQLite database. If the local database is intercepted or accessed by unauthorized applications, these raw credentials could lead to complete account compromise. Spring's TextEncryptor must be leveraged to encrypt these values prior to writing.