Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauyon Lee committed Jul 26, 2021
1 parent d468388 commit 2c58ed0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,13 @@ public void test() throws Exception {
out = in.getDefaultUriVariables();
sink(getMapValue(out)); // $hasTaintFlow
}
{
// "org.springframework.web.util;DefaultUriBuilderFactory;false;setDefaultUriVariables;;;MapValue of Argument[0];Argument[-1];taint"
DefaultUriBuilderFactory out = null;
Map in = (Map)newWithMapValue(source());
out.setDefaultUriVariables(in);
sink(out); // $ hasTaintFlow
}
{
// "org.springframework.web.util;DefaultUriBuilderFactory;false;uriString;;;Argument[-1];ReturnValue;taint"
UriBuilder out = null;
Expand Down

0 comments on commit 2c58ed0

Please sign in to comment.