File tree Expand file tree Collapse file tree
java/ql/test/library-tests/frameworks/netty/generated Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments