Skip to content

Commit 60f2fa9

Browse files
authored
Update java/ql/src/Security/CWE/CWE-113/NettyResponseSplitting.ql
1 parent 832a4f2 commit 60f2fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-113/NettyResponseSplitting.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private class InsecureDefaultHttpResponseClassInstantiation extends InsecureNett
3030
}
3131

3232
private class InsecureDefaultFullHttpResponseClassInstantiation extends InsecureNettyObjectCreation {
33-
InsecureDefaultHttpResponseClassInstantiation() {
33+
InsecureDefaultFullHttpResponseClassInstantiation() {
3434
getConstructedType().hasQualifiedName("io.netty.handler.codec.http", "DefaultFullHttpResponse") and
3535
getArgument(3).(CompileTimeConstantExpr).getBooleanValue() = false
3636
}

0 commit comments

Comments
 (0)