Path traversal attack in Node.js
Introduction Path traversal attack, also known as directory traversal attack, is a common security vulnerability that allows an attacker to access files outside of the intended directory or to execute arbitrary code by manipulating user input. In Node.js, path traversal attacks can occur when user input is used to construct file paths without proper validation