类型: 安全缺陷

    程序中使用了空的密码值,系统安全性将会受到威胁。

    1. public Connection getConnection(){
    2. String url = "localhost";
    3. String name = "admin";
    4. String password = "";
    5. ...
    6. }