Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d221930

Browse files
Alvaro Muñozshati-patel
andauthored
Update java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.qhelp
Co-authored-by: Shati Patel <[email protected]>
1 parent a9ea63b commit d221930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>Bean validation custom constraint error messages support different types of interpolation,
6+
<p>Custom error messages for constraint validators support different types of interpolation,
77
including <a href="https://docs.jboss.org/hibernate/validator/5.1/reference/en-US/html/chapter-message-interpolation.html#section-interpolation-with-message-expressions">Java EL expressions</a>.
88
Controlling part of the message template being passed to <code>ConstraintValidatorContext.buildConstraintViolationWithTemplate()</code>
99
argument will lead to arbitrary Java code execution. Unfortunately, it is common that validated (and therefore, normally

0 commit comments

Comments
 (0)