This project is designed to help developers understand and mitigate code injection and XSS vulnerabilities. It includes a backend API and a frontend interface for testing various attack vectors in a controlled environment.
4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
PORT=3000
|
|
DB_HOST=localhost
|
|
DB_NAME=injection_demo
|