feat(command-injection): Add command injection example

This commit is contained in:
2025-04-30 16:44:19 +02:00
parent 88ab0711bb
commit f29d3627e9
5 changed files with 98 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ services:
restart: always
ports:
- "5000:5000"
cap_add:
- NET_RAW
depends_on:
db:
condition: service_healthy