From afd3c75b1209561b8c6c0853cccb6ae76f7d95ec Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Thu, 11 Sep 2025 11:46:48 +0530 Subject: [PATCH] feat: introduce vulnerable sample --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a34a471 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM ubuntu:20.04 +RUN curl -fsSL http://insecure.example.com/install.sh | bash +ENV SECRET_KEY=hardcodedsecret123 +USER root