Skip to content

Commit 1b1838b

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update Netty test case
1 parent 4f9c51a commit 1b1838b

File tree

1 file changed

+1
-15
lines changed
  • java/ql/test/library-tests/frameworks/netty/generated

1 file changed

+1
-15
lines changed

java/ql/test/library-tests/frameworks/netty/generated/Test.java

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6106,20 +6106,6 @@ public void test() throws Exception {
61066106
out = in.getUri();
61076107
sink(out); // $ hasTaintFlow
61086108
}
6109-
{
6110-
// "io.netty.handler.codec.http;HttpRequest;true;setUri;;;Argument[0];Argument[-1];taint;manual"
6111-
FullHttpRequest out = null;
6112-
String in = (String)source();
6113-
out.setUri(in);
6114-
sink(out); // $ hasTaintFlow
6115-
}
6116-
{
6117-
// "io.netty.handler.codec.http;HttpRequest;true;setUri;;;Argument[0];Argument[-1];taint;manual"
6118-
HttpRequest out = null;
6119-
String in = (String)source();
6120-
out.setUri(in);
6121-
sink(out); // $ hasTaintFlow
6122-
}
61236109
{
61246110
// "io.netty.handler.codec.http;HttpRequest;true;uri;;;Argument[-1];ReturnValue;taint;manual"
61256111
String out = null;
@@ -7892,4 +7878,4 @@ public void test() throws Exception {
78927878

78937879
}
78947880

7895-
}
7881+
}

0 commit comments

Comments
 (0)