From cc362ed838d110163b7ac46d6fdd0bbd03a5dfba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Sat, 9 Apr 2022 18:29:28 +0100 Subject: [PATCH] new entry on books topic Understanding API Security --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27c5e62..6634f47 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,11 @@ | [API-SecurityEmpire](https://github.com/cyprosecurity/API-SecurityEmpire) | The API Security Empire Project aims to present unique attack & defense methods in the API Security field | ## Books -| Author | Name | Description | -| ------ | ---- | ----------- | -| Neil Madden | [API Security in Action](https://www.manning.com/books/api-security-in-action)| API Security in Action teaches you how to create secure APIs for any situation. | -| Corey Ball | [Hacking APIs](https://nostarch.com/hacking-apis)| Breaking Web Application Programming Interfaces | +| Author | Publisher | Name | Description | +| ----------- | --------- | -----| ----------- | +| Neil Madden | Manning | [API Security in Action](https://www.manning.com/books/api-security-in-action)| API Security in Action teaches you how to create secure APIs for any situation. | +| Corey Ball | No starch press | [Hacking APIs](https://nostarch.com/hacking-apis)| Breaking Web Application Programming Interfaces. | +| Justing Richer and Antonio Sanso | Manning| [Understanding API Security](https://livebook.manning.com/book/understanding-api-security/introduction/) | Several chapters from several Manning books that give you some context for how API security works in the real world. | ## Training, Walkthrough, Labs | Name | Description |