10: Create ImplicitIntentsPlugin
This commit is contained in:
@@ -49,4 +49,9 @@ com.bartek.esa.core.plugin.PermissionsRaceConditionPlugin=Potential permissions
|
||||
|
||||
com.bartek.esa.core.plugin.SecureRandomPlugin=Initializing SecureRandom object with custom seed. \n\
|
||||
Specifying custom seed for SecureRandom can produce predictable sequence of numbers. \n\
|
||||
Please create SecureRandom object without any arguments instead.
|
||||
Please create SecureRandom object without any arguments instead.
|
||||
|
||||
com.bartek.esa.core.plugin.ImplicitIntentsPlugin=Creating implicit intent. Potential data leakage. \n\
|
||||
Implicit intents can be abused in man-in-the-middle attack. Malicious application can hijack intent and start its\n\
|
||||
activity/send service etc. to steal sent data. \n\
|
||||
Also make sure that no sensitive information is passing to this intent.
|
||||
Reference in New Issue
Block a user