From cfaa088f914f30606cc4571a8c27cd429ae866f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 09:05:15 +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-GNUTLS28-6159410 --- 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..370ecab5f 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.13.3-slim RUN pip install requests COPY exploit.py /exploit.py