**SQL_Injection** issue exists @ **webgoat-lessons/challenge/src/main/java/org/owasp/webgoat/plugin/challenge5/challenge6/Assignment5.java** in branch **master** Severity: High CWE:89 [Vulnerability details and guidance](https://cwe.mitre.org/data/definitions/89.html) [Internal Guidance](https://custodela.atlassian.net/wiki/spaces/AS/pages/79462432/Remediation+Guidance) Lines: [38](https://github.com/Custodela/WebGoat//blob/master/webgoat-lessons/challenge/src/main/java/org/owasp/webgoat/plugin/challenge5/challenge6/Assignment5.java#L38) --- [Code (Line #38):](https://github.com/Custodela/WebGoat//blob/master/webgoat-lessons/challenge/src/main/java/org/owasp/webgoat/plugin/challenge5/challenge6/Assignment5.java#L38) ``` public AttackResult login(@RequestParam String username_login, @RequestParam String password_login) throws Exception { ``` ---