dialtechnologies.net
10 septembre 2019
POTENTIAL SECURITY
good
10
warning
33
error
0
INFORMATION APP
APP NAME
Sehatuk صحتك
DEVICE TYPE
Android
APP ID
com.dialy.sehadialy
TEST STARTED
October 3rd 2019, 18:18
APP VERSION
2.3.0
TEST FINISHED
October 3rd 2019, 18:45
The automated audit revealed the following security flaws and weaknesses that may impact the application:
Property
The application does not generate debugging Messages.
Property
The application does not create or restore a copy of its internal data.
Property
The application asks for a SAFE PERMISSION, this kind of permission is granted automatically and do not violate the user privacy.
Property
The application asks for a SAFE PERMISSION, this kind of permission is granted automatically and do not violate the user privacy.
Property
The application asks for a SAFE PERMISSION, this kind of permission is granted automatically and do not violate the user privacy.
Property
This permission Allows the application to write,modify or delete the contents of the SD card
Impact
Recommandation
Location
Screen
<uses-permission
xmlns:ns0="http://schemas.android.com/apk/res/android"
ns0:maxSdkVersion="22"
ns0:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Property
No log is generated by the application. which reduce data leaking.
Property
The clipboard is disabled in input fields. this practice lower the danger of leaking sensitive data.
Property
Keyboard Cache is disabled in input fields. this practice lower the danger of leaking sensitive data.
Property
the application does not expose sensitive data (passwords and pins) to the user interface.
Property
The application does not uses TLS secure channel consistely to encrypt data on the network.
Impact
Recommandation
Location
Screen
Line 11 : import java.net.HttpURLConnectio;