@@ -94,6 +94,8 @@ private class FlowSummaries extends SummaryModelCsv {
94
94
"org.springframework.web.util;UriComponents;false;getUserInfo;;;Argument[-1];ReturnValue;taint" ,
95
95
"org.springframework.web.util;UriComponents;false;toUri;;;Argument[-1];ReturnValue;taint" ,
96
96
"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" ,
97
99
"org.springframework.web.util;UriComponentsBuilder;false;build;;;Argument[-1];ReturnValue;taint" ,
98
100
"org.springframework.web.util;UriComponentsBuilder;false;build;(Map);;MapValue of Argument[0];ReturnValue;taint" ,
99
101
"org.springframework.web.util;UriComponentsBuilder;false;build;(Object[]);;ArrayElement of Argument[0];ReturnValue;taint" ,
@@ -121,6 +123,7 @@ private class FlowSummaries extends SummaryModelCsv {
121
123
"org.springframework.web.util;UriTemplate;false;expand;(Object[]);;ArrayElement of Argument[0];ReturnValue;taint" ,
122
124
"org.springframework.web.util;UriTemplate;false;getVariableNames;;;Argument[-1];Element of ReturnValue;taint" ,
123
125
"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" ,
124
127
"org.springframework.web.util;UriUtils;false;decode;;;Argument[0];ReturnValue;taint" ,
125
128
"org.springframework.web.util;UriUtils;false;encode;;;Argument[0];ReturnValue;taint" ,
126
129
"org.springframework.web.util;UriUtils;false;encodeAuthority;;;Argument[0];ReturnValue;taint" ,
@@ -148,7 +151,8 @@ private class FlowSummaries extends SummaryModelCsv {
148
151
"org.springframework.web.util;UrlPathHelper;false;getOriginatingContextPath;;;Argument[0];ReturnValue;taint" ,
149
152
"org.springframework.web.util;UrlPathHelper;false;getOriginatingQueryString;;;Argument[0];ReturnValue;taint" ,
150
153
"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" ,
152
156
"org.springframework.web.util;UrlPathHelper;false;getRequestUri;;;Argument[0];ReturnValue;taint" ,
153
157
"org.springframework.web.util;UrlPathHelper;false;getResolvedLookupPath;;;Argument[0];ReturnValue;taint" ,
154
158
"org.springframework.web.util;UrlPathHelper;false;getServletPath;;;Argument[0];ReturnValue;taint" ,
@@ -165,7 +169,8 @@ private class FlowSummaries extends SummaryModelCsv {
165
169
"org.springframework.web.util;WebUtils;false;getRequiredSessionAttribute;;;Argument[0];ReturnValue;taint" ,
166
170
"org.springframework.web.util;WebUtils;false;getSessionAttribute;;;Argument[0];ReturnValue;taint" ,
167
171
"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"
169
174
]
170
175
}
171
176
}
0 commit comments