File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
soot-infoflow-summaries/summariesManual Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <summary fileFormatVersion =" 101" >
3+ <methods >
4+ <method id =" jakarta.servlet.ServletOutputStream getOutputStream()" >
5+ <flows >
6+ <flow isAlias =" true" >
7+ <from sourceSinkType =" Field"
8+ AccessPath=" [jakarta.servlet.ServletResponse: jakarta.servlet.ServletOutputStream stream]"
9+ AccessPathTypes=" [jakarta.servlet.ServletOutputStream]" />
10+ <to sourceSinkType =" Return" />
11+ </flow >
12+ </flows >
13+ </method >
14+ <method id =" java.io.PrintWriter getWriter()" >
15+ <flows >
16+ <flow isAlias =" true" >
17+ <from sourceSinkType =" Field"
18+ AccessPath=" [jakarta.servlet.ServletResponse: jakarta.servlet.ServletOutputStream stream]"
19+ AccessPathTypes=" [jakarta.servlet.ServletOutputStream]" />
20+ <to sourceSinkType =" Return"
21+ AccessPath=" [java.io.Writer: java.io.OutputStream innerStream]"
22+ AccessPathTypes=" [java.io.OutputStream]" />
23+ </flow >
24+ </flows >
25+ </method >
26+ </methods >
27+ </summary >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <summary fileFormatVersion =" 101" >
3+ <hierarchy superClass =" jakarta.servlet.ServletResponse" >
4+ </hierarchy >
5+ </summary >
You can’t perform that action at this time.
0 commit comments