Security context

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

parse-community/parse-sdk-android
master @ 9e6e18d
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Insecure PendingIntent: 1 prior fix. Scrutinize any change in this area.
parse/src/main/java/com/parse/ParsePushBroadcastReceiver.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: PendingIntents created without explicit immutability flags allow malicious local applications on the same device to mutate the underlying intent, hijacking the execution context of the SDK. This is particularly critical on Android 12 (API 31) and newer where explicit mutability/immutability declaration is strictly enforced by the platform.