Menu

#1 Databse use.

open
nobody
None
5
2010-12-11
2010-12-11
Junghun Lee
No

I use auiditing tool, known as FindBugs, to check bugs.
The tool said there is one security bug.

Empty database password
This code creates a database connect using a blank or empty password. This indicates that the database is not protected by a password.
At SQL_Connection.java [line 29, 135]

I think that developer have to set password and input the password instead of empty password for this security bug.
Thank you

Discussion


Log in to post a comment.