SharonKoch / skf-labs

Repo for all the OWASP-SKF Docker lab examples
Apache License 2.0
0 stars 1 forks source link

Update code to remediate SQL Injection #119

Closed mend-for-github-com[bot] closed 1 month ago

mend-for-github-com[bot] commented 1 month ago

Mend Code detected a SQL Injection in your code. By merging this PR you will fix it.

PR Explanation: Remediates SQL Injection vulnerability by using parameterized queries with JdbcTemplate in 'getPage' method.