Highlights
Privilege Escalation: 1 prior fix. Scrutinize any change in this area.
.github/workflows: 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.
Denial of Service: A lack of recursion limit enforcement on nested groups allows remote attackers to trigger a stack overflow and crash the application using specially crafted nested data. Developers should enforce max depth checks during message parsing.
Privilege Escalation: Excessive default GITHUB_TOKEN permissions in build and gradle-wrapper workflows could allow compromised actions to write to the repository. Workflow permissions must always be explicitly configured as read-all or contents: read.