Marius Schwarz 5 anos atrás
pai
commit
ad1b7fbd71
1 arquivos alterados com 5 adições e 5 exclusões
  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