Skip to content

Commit 9fadb26

Browse files
committed
Fix qhelp sample
1 parent 90b5e02 commit 9fadb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and then runs it in the default context. In the second example, the untrusted da
2424
validated with a custom method that checks that the expression does not contain unexpected code
2525
before evaluating it.
2626
</p>
27-
<sample src="UnsafeMvelExpressionEvaluation.java" />
27+
<sample src="MvelExpressionEvaluation.java" />
2828
</example>
2929

3030
<references>

0 commit comments

Comments
 (0)