From d28ac550f62456c26deae963e07dfa33cb0136b3 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Mon, 3 Jun 2024 16:19:44 +0300 Subject: [PATCH] feat: add new Node.js Secure Coding book on code injection Adding the new book title: "Node.js Secure Coding: Mitigate and Weaponize Code Injection Vulnerabilities" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e33ec4..8b4aee7 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog - [Azure Security](https://www.manning.com/books/azure-security-2) - A practical guide to the native security services of Microsoft Azure. - [Node.js Secure Coding: Defending Against Command Injection Vulnerabilities](https://www.nodejs-security.com) - Learn secure coding conventions in Node.js by executing command injection attacks on real-world npm packages and analyzing vulnerable code. - [Node.js Secure Coding: Prevention and Exploitation of Path Traversal Vulnerabilities](https://www.nodejs-security.com/book/path-traversal) - Master secure coding in Node.js with real-world vulnerable dependencies and experience firsthand secure coding techniques against Path Traversal vulnerabilities. +- [Node.js Secure Coding: Mitigate and Weaponize Code Injection Vulnerabilities](https://www.nodejs-security.com/book/code-injection) - Master the Art of Code Injection in server-side JavaScript and Node.js. - [Grokking Web Application Security](https://www.manning.com/books/grokking-web-application-security) - A book about building web apps that are ready for and resilient to any attack. ## Other Awesome Lists