<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Dear Jordan,<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'>You can configure FlowDroid to inspect sinks. Have a look at “inspectSinks” in the “InfoflowConfiguration” class.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'>Best regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'> Steven<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US>From:</span></b><span lang=EN-US> Soot-list <soot-list-bounces@CS.McGill.CA> <b>On Behalf Of </b>Jordan Samhi<br><b>Sent:</b> Freitag, 18. September 2020 17:15<br><b>To:</b> soot-list@CS.McGill.CA<br><b>Subject:</b> [Soot-list] Question about how Flowdroid should handle multiple path<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p>Hi there,<o:p></o:p></p><p>This is just a question I have about how Flowdroid handle multiple common paths when a path is detected between a source and multiple sinks.<o:p></o:p></p><p>I am experiencing a behavior with Flowdroid that I am not sure it is expected :<o:p></o:p></p><p>This is a simplified structure of the program I am analyzing : <o:p></o:p></p><p>a() {<br> s = source();<br> b(s);<br>}<o:p></o:p></p><p>b(s){<br> c(s);<br>}<o:p></o:p></p><p>In this program, there is a leak from source() to c().<br>When I only use method b() as a sink, a leak is detected between source() and b() -> this is normal.<br>When I only use method c() as a sink, a leak is detected between source() and c() through b() -> this is normal.<br>But when I use b() and c() as sinks, only one leak between source() and b() is found, not the one between source() and c() -> I have to remove b() as sink to find the path from source() to c() -> I do not think this is normal behavior, can someone confirm ?<o:p></o:p></p><p>Thank you in advance,<o:p></o:p></p><div><p class=MsoNormal>-- <br><br><o:p></o:p></p><pre><b><span style='font-family:"Arial",sans-serif'>Jordan Samhi</span></b><o:p></o:p></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>Doctoral Researcher<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>Interdisciplinary Centre for Security, Reliability and Trust<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'><o:p> </o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>UNIVERSITY OF LUXEMBOURG<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'><o:p> </o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>Kirchberg Campus<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>6, rue Richard Coudenhove-Kalergi<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>L-1359 Luxembourg<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>T: +352 466 644 9465<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>F: +352 466 644 39465<o:p></o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'><o:p> </o:p></span></pre><pre><span style='font-size:7.5pt;font-family:"Arial",sans-serif'><a href="mailto:jordan.samhi@uni.lu">jordan.samhi@uni.lu</a> / <a href="https://www.uni.lu/">www.uni.lu</a><o:p></o:p></span></pre><pre><o:p> </o:p></pre></div></div></body></html>