From b134284f55045aa17dff2006ead9e96748d76257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 06:24:50 +0000 Subject: [PATCH] fix: todolist-goof/exploits/tomcat-rce/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 --- todolist-goof/exploits/tomcat-rce/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist-goof/exploits/tomcat-rce/Dockerfile b/todolist-goof/exploits/tomcat-rce/Dockerfile index dc4c0b596..6ca115652 100644 --- a/todolist-goof/exploits/tomcat-rce/Dockerfile +++ b/todolist-goof/exploits/tomcat-rce/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0a2-slim +FROM python:3.14.0a1-slim RUN pip install requests COPY exploit.py /exploit.py