mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
Update java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.qhelp
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ Validator validator = Validation.byDefaultProvider()
|
||||
.buildValidatorFactory()
|
||||
.getValidator();
|
||||
</pre></li>
|
||||
<li>Replace Hibernate-Validator with Apache BVal which in its latest version does not interpolate EL expressions by default.
|
||||
<li>Replace Hibernate Validator with Apache BVal which in its latest version does not interpolate EL expressions by default.
|
||||
Note that this replacement may not be a simple drop-in replacement.</li>
|
||||
</ul>
|
||||
</recommendation>
|
||||
|
||||
Reference in New Issue
Block a user