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
Sql Injection Security Issues #14
Comments
|
In UserDAO.java, multiple parameters such as user, pass, etc. are vulnerable to SQL injection vulnerability. |
Hey, thanks for finding out time to read through and open the issue. Since I do not maintain this project anymore, it would be great if you could open a pull request with necessary changes. |
Hey, I find few parameters are vulnerable to SQL injection vulnerability.
A list of affected files:
UserDAO.java
Stocks.java
SupplierDAO.java
ProductDAO.java
CustomerDAO.java
ConnectionFactory.java
The text was updated successfully, but these errors were encountered: