We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1858a commit c3bc0d6Copy full SHA for c3bc0d6
java/ql/src/Security/CWE/CWE-094/InsecureBeanValidation.ql
@@ -47,11 +47,9 @@ class SetMessageInterpolatorCall extends MethodAccess {
47
}
48
49
/**
50
- * The message interpolator is likely to be safe, because it does not process Java Expression Language expressions.
51
- */
52
- predicate isSafe() {
53
- not this.getAnArgument().getType() instanceof ELMessageInterpolatorType
54
- }
+ * The message interpolator is likely to be safe, because it does not process Java Expression Language expressions.
+ */
+ predicate isSafe() { not this.getAnArgument().getType() instanceof ELMessageInterpolatorType }
55
56
57
0 commit comments