Highlights
Path Traversal: 2 prior fixes. Scrutinize any change in this area.
ios/Runner/AppDelegate.swift: most-fixed (1 issue). Treat as high-risk during review.
3 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.
Path Traversal: Unsanitized Cherry file IDs joined into upload directory paths allow writing outside intended directories during import.
Path Traversal: Untrusted displayName used in temporary restore file paths enables path traversal; UUID-based names mitigate but sibling sync paths may still use raw names.
Auth Bypass: Incomplete OAuth callback handling on iOS could allow attackers to bypass authentication by intercepting or failing the callback.