Conversation
Typescript migration
Remediate critical findings CVE-2025-15467, CVE-2025-55130, CVE-2025-62718, CVE-2026-25896, CVE-2026-29045, CVE-2026-31789, CVE-2026-33228, CVE-2026-34182, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264, CVE-2026-4800, and CVE-2026-48930. Also update patched Axios, fast-xml-parser, Hono, Joi, Lodash, minimatch, form-data, flatted, qs, path-to-regexp, serialize-javascript, brace-expansion, and related transitive releases for the associated High and Medium findings. Move all Dockerfiles to Node 26.4.0, update pnpm, patch Alpine packages, and remove npm/pnpm from runtime layers.
Remediate CVE-2026-41907 by upgrading NYC, pruning development dependencies, and excluding all nested package-manager lock metadata from Challenge API production images. Copy only compiled runtime assets and Prisma migration inputs, preserve the required Swagger document, and run the mock against the compiled Prisma client without TypeScript tooling.
Security july 2026
fix(security): resolve Dependabot alerts
| RUN apk add --update --no-cache openssh-client git | ||
| # Copy the current directory into the Docker image | ||
| COPY . /challenge-api | ||
| # syntax=docker/dockerfile:1.7 |
| @@ -1,11 +1,46 @@ | |||
| FROM node:10.20-jessie | |||
| FROM node:26.4.0-alpine3.23 AS build | |||
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.
No description provided.