Conversation
Upgrade to Node 26.5.0/OpenSSL 3.5.7, pnpm 11.15.1, Prisma 6.19.3, current NestJS/AWS SDK packages, and a production-only multi-stage runtime. Patch CVE-2026-42043/CVE-2026-44492 (Axios), CVE-2026-5038 (Multer), CVE-2026-4926 (path-to-regexp), CVE-2026-33036 (fast-xml-parser), CVE-2026-12143 (form-data), CVE-2026-35515 (@nestjs/core), CVE-2026-6322 (fast-uri), CVE-2026-4800 (lodash), and the remaining Critical/High/Medium ECR package findings.
Forces tc-core-library-js onto Axios 1.18.1, also resolving CVE-2026-42043 and related Axios request-handling vulnerabilities.
What was broken Work Manager submission rows received review summations without the process, status, and progress metadata needed by the Marathon Match columns. Root cause A response performance change stopped selecting nested review summation metadata and removed it at the submission response boundary, bypassing the existing safe metadata sanitizer. What was changed Nested review summations now select metadata and expose only allowlisted test progress fields. Example, provisional, and system process values are supported while test scores, seeds, messages, and arbitrary metadata remain hidden. Any added/updated tests Updated the submission service regression test to verify safe Example progress metadata is returned and seed-bearing scorer details are excluded.
PM-5663: Restore marathon test progress metadata
Security july 2026
fix(security): resolve Dependabot alerts
…context PM-5672 - Allow challenge review context delete
| @@ -1,9 +1,31 @@ | |||
| # syntax=docker/dockerfile:1 | |||
| # syntax=docker/dockerfile:1.7 | |||
| @@ -1,9 +1,31 @@ | |||
| # syntax=docker/dockerfile:1 | |||
| # syntax=docker/dockerfile:1.7 | |||
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.
https://topcoder.atlassian.net/browse/PM-5672
https://topcoder.atlassian.net/browse/PM-5663