chore: fix 5 open security alerts and bump Node to v24#40
Merged
Conversation
|
Dobby looked at this but isn't routing it anywhere: Dobby couldn't route this (router error) If that's wrong, ping Dobby again or be explicit with |
Bump all Docker base images from node:16-slim/node:lts-alpine to node:24-slim/node:24-alpine. Node 24 ships a newer bundled npm that resolves the brace-expansion (GHSA-jxxr-4gwj-5jf2) and ip-address (GHSA-v2v4-37r5-5v8g) image-scan alerts; the rebuild also picks up pm2@7 with a patched ws (GHSA-58qx-3vcg-4xpx). Override js-yaml to ^4.2.0 in server and client to close the CVE-2026-53550 DoS alert in both package-lock files. Both projects use .eslintrc.js so the removed safeLoad API is never invoked.
a873798 to
ba5bf9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
node:24-slim/node:24-alpine— Node 24 ships a newer bundled npm that resolves thebrace-expansion(GHSA-jxxr-4gwj-5jf2) andip-address(GHSA-v2v4-37r5-5v8g) image-scan alerts; the rebuilt container also picks up pm2@7 with a patchedws(GHSA-58qx-3vcg-4xpx)js-yamlto^4.2.0in bothserverandclientto close the CVE-2026-53550 DoS alert in both package-lock files (both projects use.eslintrc.js, so eslint's removedsafeLoadpath is never invoked)Closes Dependabot alerts Amsterdam#263 and Amsterdam#264; resolves code-scanning alerts Amsterdam#222, Amsterdam#223, and Amsterdam#224.