fix(security): resolve 2026 vulnerability backlog - #7249
Merged
Conversation
jmgasper
marked this pull request as ready for review
July 31, 2026 04:42
jmgasper
added a commit
that referenced
this pull request
Aug 6, 2026
…-updates Revert PR #7249 and subsequent changes
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
Root causes addressed
The ECR development image
community-app:18396(sha256:8ce078b78d314534987fbea930fb511ca0fa881e7b066cbfcbbe014d122513ee) contained 355 active Inspector findings (40 critical, 174 high, 129 medium, 12 low). Its primary causes were the end-of-life Node 10 / Debian 9 base, production inclusion of npm and build tooling, vulnerable dependency locks, and secrets passed through image history.The GitHub backlog consisted of 294 Dependabot alerts across the root and smoke-test locks plus 15 CodeQL alerts. The completion audit also found 134 historical Trivy results in the Maven performance-test dependency graph (18 critical, 70 high, 44 medium, 2 low). This branch maps every Dependabot alert to a patched or removed package, adds focused regression tests for the CodeQL fixes, and removes the redundant Maven dependencies that introduced the Trivy findings.
Validation
npm audit --include=dev: 0 vulnerabilities across 1,916 dependencies.npm audit --include=dev: 0 vulnerabilities across 286 dependencies.sha256:5805b34a7c9f6fef7de586509c27cc54f6aac825ba72775defca762d2992a62e.compile/JMeter configuration lifecycle in the exact pinned CircleCI image; JMeter 5.6.3 and CASUTG 3.1.1 loaded successfully.nodeuser;GET /api/cdn/public/pingreturned200 PONG!.git diff --checkpassed; final credential/default/build-argument scan passed.Deployment and security follow-up
ECR tag
18396is immutable and remains vulnerable until the merged branch is built and published as a replacement image. I intentionally did not publish a throwaway validation tag because the development repository lifecycle retains only two images and could expire an existing deployment artifact. The exact final image was built, scanned, and runtime-tested locally instead.Credentials previously committed in configuration, JMeter, or Docker build history must be rotated even though their source defaults are removed here; Git and existing image history remain readable. This includes server API/logging/JWT/integration credentials. Browser-exposed Segment and Filestack keys should be regenerated or tightly origin-restricted as appropriate.
GitHub will close the existing Dependabot and CodeQL alerts after this branch is analyzed and the fixes reach the default branch.