Skip to content

🔧 Configure Polaris to run SAST only (no SCA)

428d4b9
Select commit
Loading
Failed to load commit list.
Open

✨ Add vulnerable searchUser endpoint to demonstrate SQL injection #45

🔧 Configure Polaris to run SAST only (no SCA)
428d4b9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed Nov 7, 2025 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 123 in src/main/java/org/owasp/webgoat/lessons/sqlinjection/advanced/SqlInjectionChallenge.java

See this annotation in the file changed.

Code scanning / SonarCloud

Database queries should not be vulnerable to injection attacks High

Change this code to not construct SQL queries directly from user-controlled data. See more on SonarQube Cloud