Filename: profile-test.js
Line: 270
CWE: 312 (Cleartext Storage of Sensitive Information ('Cryptographic Issues'))
The console.log() method stores sensitive information in unencrypted form, making the data more susceptible to compromise. Generally an attacker needs local access to the system in order to exploit this type of flaw, but with mobile devices, files and other resources are often synchronized off the device to locations where they may be compromised through other means. Store all sensitive information in encrypted form. References: CWE
Filename: profile-test.js
Line: 270
CWE: 312 (Cleartext Storage of Sensitive Information ('Cryptographic Issues'))
The console.log() method stores sensitive information in unencrypted form, making the data more susceptible to compromise. Generally an attacker needs local access to the system in order to exploit this type of flaw, but with mobile devices, files and other resources are often synchronized off the device to locations where they may be compromised through other means. Store all sensitive information in encrypted form. References: CWE