[release-1.10] chore(deps): bump to dompurify to >3.4.8#5123
[release-1.10] chore(deps): bump to dompurify to >3.4.8#5123JessicaJHee wants to merge 5 commits into
Conversation
Signed-off-by: Jessica He <jhe@redhat.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.10 #5123 +/- ##
=================================================
+ Coverage 41.03% 69.60% +28.57%
=================================================
Files 121 111 -10
Lines 2220 4702 +2482
Branches 562 537 -25
=================================================
+ Hits 911 3273 +2362
- Misses 1303 1429 +126
+ Partials 6 0 -6
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
/retest-required |
|
/test e2e-ocp-helm |
Signed-off-by: Jessica He <jhe@redhat.com>
|
The container image build workflow finished with status: |
|
/retest-required |
|
/retest |
|
/retest-required |
|
/test e2e-ocp-helm |
Signed-off-by: Jessica He <jhe@redhat.com>
|
New changes are detected. LGTM label has been removed. |
|
kim-tsao
left a comment
There was a problem hiding this comment.
I believe this PR has other CVE fixes (js-yaml) in addition to dompurify. Can you rebase since the js-yaml CVE has been merged and focus only on updating dompurify?
| linkType: hard | ||
|
|
||
| "axios@npm:^1.12.0, axios@npm:^1.12.2, axios@npm:^1.7.3, axios@npm:^1.7.4": | ||
| "axios@npm:^1.12.0, axios@npm:^1.7.3, axios@npm:^1.7.4": |
There was a problem hiding this comment.
can we run a yarn dedupe to resolve these to 1.18.1?
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |



Description
Targets CVE-2026-49978 and CVE-2026-41240
Bumps `dompurify` to 3.4.12 everywhere except for:
The dompurify upgrade we need in
monaco-editoris pre-released in v0.56.0-dev-20260625, but we can't pick that up yet since it's not a stable release.Since
monaco-editorv0.56.0 (which includes the dompurify bump we were waiting for) has released, we can opt to proceed with a full patch by applying a resolutionWhich issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete: