[Chore] Patch vulnerable runtime dependencies - #1112
Merged
Conversation
Contributor
|
No code issues found. See task
Reviewed e63c08f |
Contributor
Author
|
Removed the dependency-specific minimum-release-age exclusions and kept the patched versions pinned only in the lockfile. Frozen installation and repository checks pass with the existing release-age policy unchanged. See task · Commit 3fd8c5c |
Contributor
Author
|
Updated the 1.x and 5.x |
mrubens
marked this pull request as ready for review
August 5, 2026 10:46
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 5, 2026 10:46
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.
What changed
Why this change was made
The previous dependency graph contained 15 known vulnerabilities, including network-boundary bypasses, request parsing and cache disclosure issues, denial-of-service risks, and unsafe source-map loading.
Impact
There is no intended user-facing behavior change. Running services and web builds now resolve the patched dependency versions, while keeping the update limited to the affected security bundle.
Frozen installs use the committed patched resolutions without bypassing the release-age policy. Dependency operations that force re-resolution may temporarily reject these releases until they pass the existing maturation window.
The frozen install, static checks, affected service test suites, production web build, and live API health check pass. The full test run reached 2,712 passing web tests but hit unrelated five-second timeouts under sandbox load; the timed-out files passed when rerun with a larger timeout.