From f35d4f980b0f9e171f54c17b7afe6547351222d2 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Thu, 23 Feb 2017 20:43:39 -0800 Subject: [PATCH] Remove researchers section I am removing researchers section, it got slipped in but I don't think it's a great idea. Either anyone who has ever published any paper or exploit or reported a vulnerability can be listed or someone has to make a call on whom to list. The former makes the list unwieldy and of little use. The latter makes the list subjective. In either case, the main goal of this README is to primarily list useful work relevant to Android security and not individuals who are doing it. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 533426f..aeac58e 100644 --- a/README.md +++ b/README.md @@ -190,12 +190,6 @@ Books ---- 1. [SEI CERT Android Secure Coding Standard](https://www.securecoding.cert.org/confluence/display/android/Android+Secure+Coding+Standard) -Researchers ----- -1. [Android Security Acknowledgements](https://source.android.com/security/overview/acknowledgements.html) -* [Zhuoqing Morley Mao](http://web.eecs.umich.edu/~zmao/pubs.html) -* [Yury Zhauniarovich](http://www.zhauniarovich.com/pubs.html) - Others ---- 1. [OWASP Mobile Security Testing Guide Manual](https://github.com/OWASP/owasp-mstg)