@@ -2396,45 +2396,6 @@ public void test() throws Exception {
2396
2396
out = instance .getOriginatingContextPath (in );
2397
2397
sink (out ); // $hasTaintFlow
2398
2398
}
2399
- {
2400
- // "org.springframework.web.util;UrlPathHelper;false;getOriginatingQueryString;;;Argument[0];ReturnValue;taint;manual"
2401
- String out = null ;
2402
- HttpServletRequest in = (HttpServletRequest )source ();
2403
- UrlPathHelper instance = null ;
2404
- out = instance .getOriginatingQueryString (in );
2405
- sink (out ); // $hasTaintFlow
2406
- }
2407
- {
2408
- // "org.springframework.web.util;UrlPathHelper;false;getOriginatingRequestUri;;;Argument[0];ReturnValue;taint;manual"
2409
- String out = null ;
2410
- HttpServletRequest in = (HttpServletRequest )source ();
2411
- UrlPathHelper instance = null ;
2412
- out = instance .getOriginatingRequestUri (in );
2413
- sink (out ); // $hasTaintFlow
2414
- }
2415
- {
2416
- // "org.springframework.web.util;UrlPathHelper;false;getRequestUri;;;Argument[0];ReturnValue;taint;manual"
2417
- String out = null ;
2418
- HttpServletRequest in = (HttpServletRequest )source ();
2419
- UrlPathHelper instance = null ;
2420
- out = instance .getRequestUri (in );
2421
- sink (out ); // $hasTaintFlow
2422
- }
2423
- {
2424
- // "org.springframework.web.util;UrlPathHelper;false;getResolvedLookupPath;;;Argument[0];ReturnValue;taint;manual"
2425
- String out = null ;
2426
- ServletRequest in = (ServletRequest )source ();
2427
- out = UrlPathHelper .getResolvedLookupPath (in );
2428
- sink (out ); // $hasTaintFlow
2429
- }
2430
- {
2431
- // "org.springframework.web.util;UrlPathHelper;false;getServletPath;;;Argument[0];ReturnValue;taint;manual"
2432
- String out = null ;
2433
- HttpServletRequest in = (HttpServletRequest )source ();
2434
- UrlPathHelper instance = null ;
2435
- out = instance .getServletPath (in );
2436
- sink (out ); // $hasTaintFlow
2437
- }
2438
2399
{
2439
2400
// "org.springframework.web.util;UrlPathHelper;false;removeSemicolonContent;;;Argument[0];ReturnValue;taint;manual"
2440
2401
String out = null ;
@@ -2443,14 +2404,6 @@ public void test() throws Exception {
2443
2404
out = instance .removeSemicolonContent (in );
2444
2405
sink (out ); // $hasTaintFlow
2445
2406
}
2446
- {
2447
- // "org.springframework.web.util;UrlPathHelper;false;resolveAndCacheLookupPath;;;Argument[0];ReturnValue;taint;manual"
2448
- String out = null ;
2449
- HttpServletRequest in = (HttpServletRequest )source ();
2450
- UrlPathHelper instance = null ;
2451
- out = instance .resolveAndCacheLookupPath (in );
2452
- sink (out ); // $hasTaintFlow
2453
- }
2454
2407
{
2455
2408
// "org.springframework.web.util;WebUtils;false;findParameterValue;(Map,String);;MapValue of Argument[0];ReturnValue;value;manual"
2456
2409
String out = null ;
@@ -2605,22 +2558,6 @@ public void test() throws Exception {
2605
2558
out = in .toString ();
2606
2559
sink (out ); // $ hasTaintFlow
2607
2560
}
2608
- {
2609
- // "org.springframework.web.util;UrlPathHelper;false;getPathWithinApplication;;;Argument[0];ReturnValue;taint;manual"
2610
- String out = null ;
2611
- HttpServletRequest in = (HttpServletRequest )source ();
2612
- UrlPathHelper instance = null ;
2613
- out = instance .getPathWithinApplication (in );
2614
- sink (out ); // $ hasTaintFlow
2615
- }
2616
- {
2617
- // "org.springframework.web.util;UrlPathHelper;false;getPathWithinServletMapping;;;Argument[0];ReturnValue;taint;manual"
2618
- String out = null ;
2619
- HttpServletRequest in = (HttpServletRequest )source ();
2620
- UrlPathHelper instance = null ;
2621
- out = instance .getPathWithinServletMapping (in );
2622
- sink (out ); // $ hasTaintFlow
2623
- }
2624
2561
{
2625
2562
// "org.springframework.web.util;WebUtils;false;setSessionAttribute;;;Argument[2];Argument[0];taint;manual"
2626
2563
HttpServletRequest out = null ;
0 commit comments