-
Notifications
You must be signed in to change notification settings - Fork 54
database password logged when SQL error occur #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks, please accept my apologies for the extra-long delay. Definitely a security issue! |
no problem, appreciate your effort on the project |
This kind of error log is not in the JavaScript code on this plugin. I think we can close this one. |
have not looked into the logging related code. |
As I tried to explain before that log message is not part of this plugin. A https://stackoverflow.com/help/minimal-reproducible-example is needed to demonstrate your issue. Closing as invalid. |
iOS 12.4
cordova-sqlcipher-adapter 0.4.1
As function of Cordova-sqlite-storage,
when SQL error occurs,
it logs database open args like:
The problem comes to cordova-sqlcipher-adapter is that the password is exposed whenever other get connected to the device to check device log.
The text was updated successfully, but these errors were encountered: