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:
Alvaro Muñoz
2020-10-27 21:12:00 +01:00
committed by GitHub
parent ac116da0dc
commit b9c75ea462

View File

@@ -36,7 +36,7 @@ Note that this replacement may not be a simple drop-in replacement.</li>
</recommendation>
<example>
<p>The following Validator could result in arbitrary Java code execution:</p>
<p>The following validator could result in arbitrary Java code execution:</p>
<sample src="InsecureBeanValidation.java" />
</example>