From 2d1ee87704926eff5c762ab7b3235b0549053c2e Mon Sep 17 00:00:00 2001 From: sergey-wowwow <15173437+sergey-wowwow@users.noreply.github.com> Date: Sun, 30 Aug 2020 22:16:34 +0300 Subject: [PATCH] Update implement-intents-carefully.md --- en/android/implement-intents-carefully.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/android/implement-intents-carefully.md b/en/android/implement-intents-carefully.md index e1093d2..621cebb 100644 --- a/en/android/implement-intents-carefully.md +++ b/en/android/implement-intents-carefully.md @@ -24,3 +24,4 @@ Improper implementation could result in data leakage, restricted functions being * [M1 - Improper Platform Usage](https://www.owasp.org/index.php/Mobile_Top_10_2016-M1-Improper_Platform_Usage), [M3 - Insecure Communication](https://www.owasp.org/index.php/Mobile_Top_10_2016-M2-Insecure_Data_Storage) * [CWE 927](http://cwe.mitre.org/data/definitions/316.html) +* [Android: Access to app protected components](https://blog.oversecured.com/Android-Access-to-app-protected-components/)