From 6bcb9ff7d353ba1018fa4511480c086e9c4d85c1 Mon Sep 17 00:00:00 2001 From: jensschaefer <33423024+jensschaefer@users.noreply.github.com> Date: Sun, 19 Jul 2020 21:11:09 +0200 Subject: [PATCH] Updated Link for Effective Inter-Component Communication Mapping in Android octeau-sec13 --- android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/README.md b/android/README.md index 5158e58..5f214c9 100644 --- a/android/README.md +++ b/android/README.md @@ -4,5 +4,5 @@ * Referenced by [Two Secure Coding Tools for Analyzing Android Apps](http://blog.sei.cmu.edu/post.cfm/secure-coding-tools-analyzing-android-apps-118) : * [Analyzing Inter-Application Communication in Android](https://www.eecs.berkeley.edu/~daw/papers/intents-mobisys11.pdf) - * [Effective Inter-Component Communication Mapping in Android with Epicc: An Essential Step Towards Holistic Security Analysis](http://www.cse.psu.edu/~duo114/pubs/octeau-sec13.pdf) + * [Effective Inter-Component Communication Mapping in Android with Epicc: An Essential Step Towards Holistic Security Analysis](http://docteau.github.io/pubs/octeau-sec13.pdf) * [FlowDroid: Precise Context, Flow, Field, Object-sensitive and Lifecycle-aware Taint Analysis for Android Apps](http://www.bodden.de/pubs/far+14flowdroid.pdf)