MW-SEC-015: disable backup in AndroidManifest#2000
MW-SEC-015: disable backup in AndroidManifest#2000pabloescincau wants to merge 1 commit intoopenMF:developmentfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR disables Android backup functionality and adds data extraction rules to prevent sensitive data exposure. Specifically: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.OpenGrep is compatible with Semgrep configurations. Add an |
closes #1981
set allowBackup to false and added dataExtractionRules
for Android 12+ to prevent sensitive data from being backed up
Summary by CodeRabbit