[Chore] Remediate focused dependency security alerts - #1178
Merged
Conversation
Contributor
Contributor
|
@roomote can we avoid adding more min-age exclusions? |
Contributor
|
I'm on it. I started a dedicated PR follow-up task for this request, and I'll keep updates here. See task |
Contributor
|
Removed the new |
Contributor
|
@roomote review now |
Contributor
|
I started a PR review task for this request. See task |
mrubens
marked this pull request as ready for review
August 9, 2026 03:59
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 9, 2026 03:59
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
minimumReleaseAge: 10080without adding package exclusions for these security updates.Why this change was made
The previous dependency graph contained known XSS, arbitrary JavaScript execution, denial-of-service, prototype-pollution, CSS-injection, and tooling CPU-exhaustion vulnerabilities. This focused bundle moves only the affected packages and their required transitive graphs to GitHub's first patched versions while keeping the existing dependency release-age policy unchanged.
Alert coverage
Impact
User-facing Mermaid rendering, worker widget sanitization, PDF attachment processing, and the affected build/test tooling now resolve patched dependency versions. The focused lockfile no longer contains the vulnerable versions covered by alerts #85 through #95, and no new minimum-release-age exclusions are introduced.
Validation completed with a frozen forced workspace install, full lint and type checks, knip, worker and web production builds, PDF.js parser smoke coverage, 617 cloud-agent tests, 1,672 worker tests, targeted DOMPurify and Mermaid-adjacent tests, and live web/API liveness checks. The follow-up removal of the exclusions also passed a frozen install and the full pre-push static suite. The broad test run initially hit unrelated five-second timeouts in five web tests and two worker tests; every timed-out test passed on isolated or serial rerun with additional time.