Skip to content

Commit 85c6bf7

Browse files
committed
update
1 parent a51bb3c commit 85c6bf7

File tree

1 file changed

+2
-1
lines changed
  • icc_rpc_comprehensive/src/main/java/org/arguslab/icc_rpc_comprehensive

1 file changed

+2
-1
lines changed

icc_rpc_comprehensive/src/main/java/org/arguslab/icc_rpc_comprehensive/FooActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* The sensitive data is obtained by BarActivity from component RemoteService via RPC call.
1919
* BarActivity then return the sensitive data to FooActivity.
2020
* @dataflow source -> imei -> RemoteService.getData() -> BarActivity's imei2 -> BarActivity's Intent i3 -> BarActivity.setResult(i3) -> FooActivity.onActivityResult(data) -> imei3 -> leak
21-
* @number_of_leaks 1
21+
* source -> imei -> RemoteService.getData() -> BarActivity's imei2 -> BarActivity's Intent i3 -> BarActivity.setResult(i3)
22+
* @number_of_leaks 2
2223
* @challenges The analysis must be able to resolve AIDL, stateful ICC and handle data flow
2324
* across different components.
2425
*/

0 commit comments

Comments
 (0)