File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
java/ql/test/library-tests/frameworks/netty/generated Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -6106,20 +6106,6 @@ public void test() throws Exception {
6106
6106
out = in .getUri ();
6107
6107
sink (out ); // $ hasTaintFlow
6108
6108
}
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
- }
6123
6109
{
6124
6110
// "io.netty.handler.codec.http;HttpRequest;true;uri;;;Argument[-1];ReturnValue;taint;manual"
6125
6111
String out = null ;
@@ -7892,4 +7878,4 @@ public void test() throws Exception {
7892
7878
7893
7879
}
7894
7880
7895
- }
7881
+ }
You can’t perform that action at this time.
0 commit comments