File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
icc_rpc_comprehensive/src/main/java/org/arguslab/icc_rpc_comprehensive Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments