File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
java/ql/test/library-tests/frameworks/spring/webutil Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -286,21 +286,6 @@ public void test() throws Exception {
286286 out .build (in );
287287 sink (out ); // $hasTaintFlow
288288 }
289- {
290- // "org.springframework.web.util;UriBuilder;true;build;(Map);;MapValue of Argument[0];Argument[-1];taint;manual"
291- UriBuilder out = null ;
292- Map in = newMapWithValue (source ());
293- out .build (in );
294- sink (out ); // $hasTaintFlow
295- }
296- {
297- // "org.springframework.web.util;UriBuilder;true;build;(Map);;MapValue of Argument[0];ReturnValue;taint;manual"
298- URI out = null ;
299- Map in = newMapWithValue (source ());
300- UriBuilder instance = null ;
301- out = instance .build (in );
302- sink (out ); // $hasTaintFlow
303- }
304289 {
305290 // "org.springframework.web.util;UriBuilder;true;build;(Map);;MapValue of Argument[0];ReturnValue;taint;manual"
306291 URI out = null ;
@@ -337,20 +322,6 @@ public void test() throws Exception {
337322 out = in .build ((Map )null );
338323 sink (out ); // $hasTaintFlow
339324 }
340- {
341- // "org.springframework.web.util;UriBuilder;true;build;;;Argument[-1];ReturnValue;taint;manual"
342- URI out = null ;
343- UriBuilder in = (UriBuilder )source ();
344- out = in .build ((Object [])null );
345- sink (out ); // $hasTaintFlow
346- }
347- {
348- // "org.springframework.web.util;UriBuilder;true;build;;;Argument[-1];ReturnValue;taint;manual"
349- URI out = null ;
350- UriBuilder in = (UriBuilder )source ();
351- out = in .build ((Map )null );
352- sink (out ); // $hasTaintFlow
353- }
354325 {
355326 // "org.springframework.web.util;UriBuilder;true;fragment;;;Argument[-1];ReturnValue;value;manual"
356327 UriBuilder out = null ;
You can’t perform that action at this time.
0 commit comments