chore(deps): update dependency dompurify to v3.4.3#5913
Conversation
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Code Review: dompurify 3.4.2 → 3.4.3
This is a Renovate-generated patch bump for DOMPurify, a security-sensitive XSS sanitization library used in the docs site.
What changed
docs/package.json— version pin updateddocs/yarn.lock— integrity hash updated to match the new release
Both changes are consistent and correct; the lock file hash matches the published npm artifact.
Why this matters
This is not a cosmetic bump. The 3.4.3 release includes two security-relevant fixes:
- ReDoS hardening — template regexes were made more robust against Regular Expression Denial of Service attacks.
- Shadow DOM fixes — nested Shadow DOM tree handling was corrected, preventing potential sanitization bypasses in environments that use Shadow DOM.
Approving patch updates to a sanitization library promptly is the right call — the risk of not updating outweighs any regression risk from a patch version.
Assessment
No concerns. The diff is minimal, mechanically correct, and the underlying library changes are purely defensive security improvements. Auto-merge is appropriate here.
4ebd36f to
65246b0
Compare
Code Review Follow-upNo changes since the previous review — still on commit Summary: This is a clean, minimal patch bump of DOMPurify (3.4.2 → 3.4.3) with two security-relevant fixes (ReDoS hardening + Shadow DOM sanitization). The |
65246b0 to
5952c73
Compare
Re-review: dompurify 3.4.2 → 3.4.3Re-checked against the prior approval — no changes to this PR since the previous review. The diff remains a minimal, correct patch bump:
Previous assessment stands: This is a security-positive update (ReDoS hardening + Shadow DOM sanitization fixes in DOMPurify). Auto-merge is appropriate. |
5952c73 to
18a3626
Compare
There was a problem hiding this comment.
Re-review: dompurify 3.4.2 → 3.4.3
No changes since the previous review (2026-05-13). Assessment stands:
- Both and are consistent with each other
- The 3.4.3 release contains security-relevant fixes (ReDoS hardening, Shadow DOM sanitization bypasses) — prompt uptake is correct
- Diff is minimal and mechanically correct
No issues found. Auto-merge remains appropriate.
There was a problem hiding this comment.
Re-review: dompurify 3.4.2 to 3.4.3. No changes since the previous review on 2026-05-13. Assessment stands: both package.json and yarn.lock are consistent, and the 3.4.3 release contains security-relevant fixes (ReDoS hardening, Shadow DOM sanitization bypasses). No issues found. Auto-merge remains appropriate.
18a3626 to
3050320
Compare
This PR contains the following updates:
3.4.2→3.4.3Release Notes
cure53/DOMPurify (dompurify)
v3.4.3: DOMPurify 3.4.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.