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 dba5e9e commit ecbd3beCopy full SHA for ecbd3be
java/ql/lib/semmle/code/java/security/InsecureBeanValidationQuery.qll
@@ -19,7 +19,7 @@ private class ELMessageInterpolatorType extends RefType {
19
/**
20
* A method call that sets the application's default message interpolator.
21
*/
22
-private class SetMessageInterpolatorCall extends MethodAccess {
+class SetMessageInterpolatorCall extends MethodAccess {
23
SetMessageInterpolatorCall() {
24
exists(Method m, RefType t |
25
this.getMethod() = m and
0 commit comments