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 0ec3ee2 commit 9bfb0d9Copy full SHA for 9bfb0d9
java/ql/src/experimental/Security/CWE/CWE-094/GroovyInjectionLib.qll
@@ -103,9 +103,7 @@ private class EvalMethod extends Method {
103
private class EvalMethodAccess extends MethodAccess {
104
EvalMethodAccess() { this.getMethod() instanceof EvalMethod }
105
106
- Expr getArgumentExpr() {
107
- result = this.getArgument(this.getNumArgument() - 1)
108
- }
+ Expr getArgumentExpr() { result = this.getArgument(this.getNumArgument() - 1) }
109
}
110
111
/**
0 commit comments