fix(deps): dompurify 3.4.12 -> 3.4.13 (IN_PLACE hook removal XSS) - #303
Merged
important-new merged 1 commit intoAug 8, 2026
Merged
Conversation
A new advisory landed between this release's up-front Dependabot check (0 alerts) and its post-merge re-check (1). Medium severity, runtime scope: removing an IN_PLACE hook can leave a detached subtree executable. This one matters here rather than being routine housekeeping. Agreement HTML is rendered through SanitizedHtml/DOMPurify and that path is security-critical -- the sanitizer is the control, so a hole in the sanitizer is the whole control. Lockfile updated in place with `npm update`; the multi-platform entries are intact (346 linux entries), because re-resolving on Windows drops the linux binaries and breaks the ubuntu runner. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0185QebqzFLviQKtnEjLkC3H
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.
A new advisory landed between this release's up-front Dependabot check (0 alerts)
and its post-merge re-check (1). Medium severity, runtime scope: removing an
IN_PLACEhook can leave a detached subtree executable.This is not routine housekeeping here. Agreement HTML renders through
SanitizedHtml/DOMPurify and that path is security-critical — the sanitizer isthe control, so a hole in it is the whole control.
Lockfile updated in place with
npm update; the multi-platform entries are intact(346 linux entries), because re-resolving on Windows drops the linux binaries and
breaks the ubuntu runner.
Full suite green locally before pushing: lint (24 gates),
test:unit723 files /5236 tests,
test:web335 / 2232.🤖 Generated with Claude Code