Skip to content

Commit 8efe226

Browse files
authored
Update android.util.Base64.xml
Correct isAlias to false as Base64 function returns never alias.
1 parent 25ddc0c commit 8efe226

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

soot-infoflow-summaries/summariesManual/android.util.Base64.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,59 @@
33
<methods>
44
<method id="byte[] decode(java.lang.String,int)">
55
<flows>
6-
<flow isAlias="true" typeChecking="false">
6+
<flow isAlias="false" typeChecking="false">
77
<from sourceSinkType="Parameter" ParameterIndex="0" />
88
<to sourceSinkType="Return" />
99
</flow>
1010
</flows>
1111
</method>
1212
<method id="byte[] decode(byte[],int)">
1313
<flows>
14-
<flow isAlias="true" typeChecking="false">
14+
<flow isAlias="false" typeChecking="false">
1515
<from sourceSinkType="Parameter" ParameterIndex="0" />
1616
<to sourceSinkType="Return" />
1717
</flow>
1818
</flows>
1919
</method>
2020
<method id="byte[] decode(byte[],int,int,int)">
2121
<flows>
22-
<flow isAlias="true" typeChecking="false">
22+
<flow isAlias="false" typeChecking="false">
2323
<from sourceSinkType="Parameter" ParameterIndex="0" />
2424
<to sourceSinkType="Return" />
2525
</flow>
2626
</flows>
2727
</method>
2828
<method id="byte[] encode(byte[],int)">
2929
<flows>
30-
<flow isAlias="true" typeChecking="false">
30+
<flow isAlias="false" typeChecking="false">
3131
<from sourceSinkType="Parameter" ParameterIndex="0" />
3232
<to sourceSinkType="Return" />
3333
</flow>
3434
</flows>
3535
</method>
3636
<method id="byte[] encode(byte[],int,int,int)">
3737
<flows>
38-
<flow isAlias="true" typeChecking="false">
38+
<flow isAlias="false" typeChecking="false">
3939
<from sourceSinkType="Parameter" ParameterIndex="0" />
4040
<to sourceSinkType="Return" />
4141
</flow>
4242
</flows>
4343
</method>
4444
<method id="java.lang.String encodeToString(byte[],int,int,int)">
4545
<flows>
46-
<flow isAlias="true" typeChecking="false">
46+
<flow isAlias="false" typeChecking="false">
4747
<from sourceSinkType="Parameter" ParameterIndex="0" />
4848
<to sourceSinkType="Return" />
4949
</flow>
5050
</flows>
5151
</method>
5252
<method id="java.lang.String encodeToString(byte[],int)">
5353
<flows>
54-
<flow isAlias="true" typeChecking="false">
54+
<flow isAlias="false" typeChecking="false">
5555
<from sourceSinkType="Parameter" ParameterIndex="0" />
5656
<to sourceSinkType="Return" />
5757
</flow>
5858
</flows>
5959
</method>
6060
</methods>
61-
</summary>
61+
</summary>

0 commit comments

Comments
 (0)