@@ -94,6 +94,8 @@ private class FlowSummaries extends SummaryModelCsv {
9494 "org.springframework.web.util;UriComponents;false;getUserInfo;;;Argument[-1];ReturnValue;taint" ,
9595 "org.springframework.web.util;UriComponents;false;toUri;;;Argument[-1];ReturnValue;taint" ,
9696 "org.springframework.web.util;UriComponents;false;toUriString;;;Argument[-1];ReturnValue;taint" ,
97+ "org.springframework.web.util;UriComponents;false;toString;;;Argument[-1];ReturnValue;taint" ,
98+ "org.springframework.web.util;UriComponents;false;normalize;;;Argument[-1];ReturnValue;taint" ,
9799 "org.springframework.web.util;UriComponentsBuilder;false;build;;;Argument[-1];ReturnValue;taint" ,
98100 "org.springframework.web.util;UriComponentsBuilder;false;build;(Map);;MapValue of Argument[0];ReturnValue;taint" ,
99101 "org.springframework.web.util;UriComponentsBuilder;false;build;(Object[]);;ArrayElement of Argument[0];ReturnValue;taint" ,
@@ -121,6 +123,7 @@ private class FlowSummaries extends SummaryModelCsv {
121123 "org.springframework.web.util;UriTemplate;false;expand;(Object[]);;ArrayElement of Argument[0];ReturnValue;taint" ,
122124 "org.springframework.web.util;UriTemplate;false;getVariableNames;;;Argument[-1];Element of ReturnValue;taint" ,
123125 "org.springframework.web.util;UriTemplate;false;match;;;Argument[0];MapValue of ReturnValue;taint" ,
126+ "org.springframework.web.util;UriTemplate;false;toString;;;Argument[-1];ReturnValue;taint" ,
124127 "org.springframework.web.util;UriUtils;false;decode;;;Argument[0];ReturnValue;taint" ,
125128 "org.springframework.web.util;UriUtils;false;encode;;;Argument[0];ReturnValue;taint" ,
126129 "org.springframework.web.util;UriUtils;false;encodeAuthority;;;Argument[0];ReturnValue;taint" ,
@@ -148,7 +151,8 @@ private class FlowSummaries extends SummaryModelCsv {
148151 "org.springframework.web.util;UrlPathHelper;false;getOriginatingContextPath;;;Argument[0];ReturnValue;taint" ,
149152 "org.springframework.web.util;UrlPathHelper;false;getOriginatingQueryString;;;Argument[0];ReturnValue;taint" ,
150153 "org.springframework.web.util;UrlPathHelper;false;getOriginatingRequestUri;;;Argument[0];ReturnValue;taint" ,
151- "org.springframework.web.util;UrlPathHelper;false;getOriginatingServletPath;;;Argument[0];ReturnValue;taint" ,
154+ "org.springframework.web.util;UrlPathHelper;false;getPathWithinApplication;;;Argument[0];ReturnValue;taint" ,
155+ "org.springframework.web.util;UrlPathHelper;false;getPathWithinServletMapping;;;Argument[0];ReturnValue;taint" ,
152156 "org.springframework.web.util;UrlPathHelper;false;getRequestUri;;;Argument[0];ReturnValue;taint" ,
153157 "org.springframework.web.util;UrlPathHelper;false;getResolvedLookupPath;;;Argument[0];ReturnValue;taint" ,
154158 "org.springframework.web.util;UrlPathHelper;false;getServletPath;;;Argument[0];ReturnValue;taint" ,
@@ -165,7 +169,8 @@ private class FlowSummaries extends SummaryModelCsv {
165169 "org.springframework.web.util;WebUtils;false;getRequiredSessionAttribute;;;Argument[0];ReturnValue;taint" ,
166170 "org.springframework.web.util;WebUtils;false;getSessionAttribute;;;Argument[0];ReturnValue;taint" ,
167171 "org.springframework.web.util;WebUtils;false;parseMatrixVariables;;;Argument[0];MapKey of ReturnValue;taint" ,
168- "org.springframework.web.util;WebUtils;false;parseMatrixVariables;;;Argument[0];MapValue of ReturnValue;taint"
172+ "org.springframework.web.util;WebUtils;false;parseMatrixVariables;;;Argument[0];MapValue of ReturnValue;taint" ,
173+ "org.springframework.web.util;WebUtils;false;setSessionAttribute;;;Argument[2];Argument[0];taint"
169174 ]
170175 }
171176}
0 commit comments