Highlights
Insecure PendingIntent: 1 prior fix. Scrutinize any change in this area.
leakcanary-android-core: 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.
Insecure PendingIntent: The use of mutable PendingIntents allows malicious local applications to intercept or modify the intents sent by LeakCanary, leading to unauthorized actions or local privilege escalation via intent redirection. Ensuring FLAG_IMMUTABLE is explicitly applied on API level 23 and above prevents this manipulation.