From 463a0b4bd9e63936659d749f20e5dc5f8fe6695e Mon Sep 17 00:00:00 2001 From: PauloASilva Date: Thu, 6 Jun 2019 11:14:59 +0100 Subject: [PATCH 1/2] chore: advertise Top 10 2019 RC --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9a70cc12e..ea0b2b823 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +:warning: **OWASP API Security Top 10 2019 RC is waiting for comments and +contributions.** :warning: + +Please check the [PDF][2], [source][3] and [how to contribute][4]. + +--- + OWASP API Security Top 10 ========================= @@ -48,3 +55,6 @@ one. [0]: https://www.owasp.org/index.php/User:ErezYalon [1]: http://creativecommons.org/licenses/by-sa/3.0/ +[2]: https://github.com/OWASP/API-Security/blob/develop/2019/en/dist/owasp-api-security-top-10.pdf +[3]: https://github.com/OWASP/API-Security/tree/develop/2019/en/src +[4]: https://github.com/OWASP/API-Security/blob/master/CONTRIBUTING.md From 023486b2c09cf966af449ab08591aa87c70f9003 Mon Sep 17 00:00:00 2001 From: PauloASilva Date: Thu, 6 Jun 2019 13:23:46 +0100 Subject: [PATCH 2/2] refator: add note about branch `develop` --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea0b2b823..8c83aa43b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ :warning: **OWASP API Security Top 10 2019 RC is waiting for comments and contributions.** :warning: -Please check the [PDF][2], [source][3] and [how to contribute][4]. +Please check the [PDF][2] and [how to contribute][4]. The working draft is in +branch [develop][3]. --- @@ -56,5 +57,5 @@ one. [0]: https://www.owasp.org/index.php/User:ErezYalon [1]: http://creativecommons.org/licenses/by-sa/3.0/ [2]: https://github.com/OWASP/API-Security/blob/develop/2019/en/dist/owasp-api-security-top-10.pdf -[3]: https://github.com/OWASP/API-Security/tree/develop/2019/en/src +[3]: https://github.com/OWASP/API-Security/tree/develop/ [4]: https://github.com/OWASP/API-Security/blob/master/CONTRIBUTING.md