Marius Schwarz 5 年之前
父节点
当前提交
ad1b7fbd71
共有 1 个文件被更改,包括 5 次插入5 次删除
  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