From 00dc29c1ac921fbc4ec66305a341d55d8ab90d4e Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:42:27 +0100 Subject: [PATCH] Workaround CVE-2023-42282 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 985b03e7..baf9941b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,9 @@ RUN mv /app/node_modules /node_modules # Enable this to run `npm run serve` RUN npm i -g nodemon +# Workaround CVE-2023-42282 +RUN npm uninstall -g ip + # Install Linux packages RUN apk add --no-cache \ dpkg \