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 3d8e173 commit c13ee08Copy full SHA for c13ee08
java/ql/src/experimental/Security/CWE/CWE-094/JakartaExpressionInjectionLib.qll
@@ -97,6 +97,6 @@ private class MethodExpression extends JakartaType {
97
MethodExpression() { hasName("MethodExpression") }
98
}
99
100
-private class LambdaExpression extends RefType {
+private class LambdaExpression extends JakartaType {
101
LambdaExpression() { hasName("LambdaExpression") }
102
0 commit comments