Marius Schwarz vor 5 Jahren
Ursprung
Commit
ad1b7fbd71
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5 5
      checklists/mobile/android_audit.md

+ 5 - 5
checklists/mobile/android_audit.md

@@ -9,11 +9,11 @@ tags: [mobile]
 
 ## Things to check
 
-* Check Activities & Permissions
-* Check Intents & Intent Filters
-* Check WebView + Javascript combinations (rg "JavascriptInterface")
-* PendingIntents (e.g. for notifications) that are passed to another app. (1)
-* Are all outgoing network connections secured? (Https + Public Key Pinning) (rg TrustManager) (2)
+* [ ] Check Activities & Permissions
+* [ ] Check Intents & Intent Filters
+* [ ] Check WebView + Javascript combinations (rg "JavascriptInterface")
+* [ ] PendingIntents (e.g. for notifications) that are passed to another app. (1)
+* [ ] Are all outgoing network connections secured? (Https + Public Key Pinning) (rg TrustManager) (2)
 
 ## Malware Tricks