-
Notifications
You must be signed in to change notification settings - Fork 1
New changes 20260122 #7
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
base: main
Are you sure you want to change the base?
Conversation
|
| String myJDBCPasswd = "myJDBCPasswd"; | ||
| connection = DriverManager.getConnection( | ||
| "mYJDBCUrl", "myJDBCUser", "myJDBCPasswd"); | ||
| "mYJDBCUrl", "myJDBCUser", myJDBCPasswd); |
Check failure
Code scanning / SonarCloud
Credentials should not be hard-coded
| String myJDBCPasswd = "myJDBCPasswd"; | ||
| connection = DriverManager.getConnection( | ||
| "mYJDBCUrl", "myJDBCUser", "myJDBCPasswd"); | ||
| "mYJDBCUrl", "myJDBCUser", myJDBCPasswd); |
Check failure
Code scanning / SonarCloud
Credentials should not be hard-coded High
SonarQube reviewer guideSummary: Downgrade Java from 21 to 17, update Sonar configuration, and remove vulnerable/complex code methods. Review Focus: Removal of SQL injection vulnerable Start review at:
|




No description provided.