Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fgwei committed Mar 11, 2017
1 parent a51bb3c commit 85c6bf7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* The sensitive data is obtained by BarActivity from component RemoteService via RPC call.
* BarActivity then return the sensitive data to FooActivity.
* @dataflow source -> imei -> RemoteService.getData() -> BarActivity's imei2 -> BarActivity's Intent i3 -> BarActivity.setResult(i3) -> FooActivity.onActivityResult(data) -> imei3 -> leak
* @number_of_leaks 1
* source -> imei -> RemoteService.getData() -> BarActivity's imei2 -> BarActivity's Intent i3 -> BarActivity.setResult(i3)
* @number_of_leaks 2
* @challenges The analysis must be able to resolve AIDL, stateful ICC and handle data flow
* across different components.
*/
Expand Down

0 comments on commit 85c6bf7

Please sign in to comment.