Skip to content

Prod - ECR and Dependabot fixes, Kafka stability fix, - #304

Merged
jmgasper merged 15 commits into
masterfrom
develop
Jul 29, 2026
Merged

Prod - ECR and Dependabot fixes, Kafka stability fix, #304
jmgasper merged 15 commits into
masterfrom
develop

Conversation

@jmgasper

Copy link
Copy Markdown
Collaborator

jmgasper and others added 15 commits July 20, 2026 12:21
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
fix(security): resolve Dependabot alerts
…context

PM-5672 - Allow challenge review context delete
@jmgasper
jmgasper merged commit d7f2776 into master Jul 29, 2026
7 checks passed
Comment thread Dockerfile
@@ -1,9 +1,31 @@
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1.7
Comment thread Dockerfile
@@ -1,9 +1,31 @@
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants