fix: update diff, dompurify, yaml, and solid-js for security patches#8468
Merged
Conversation
Contributor
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)No new issues found in the incremental diff. The previously reported Fix these issues in Kilo Cloud Other Observations (not in diff)Issues found in unchanged code that cannot receive inline comments:
Files Reviewed (2 files)
Reviewed by gpt-5.4-20260305 · 144,751 tokens |
- diff: catalog 8.0.2 → 8.0.4, kilo-vscode ^7.0.0 → 8.0.4 (DoS in parsePatch/applyPatch: GHSA-73rr-hh4g-fpgx) - dompurify: catalog + packages/ui 3.3.1 → 3.3.3 (mutation-XSS, XSS, URI bypass: GHSA-h8r8-wccr-v5f2, GHSA-v2wj-7wpq-c8vv, GHSA-cjmm-f4jc-qw8r, GHSA-cj63-jhhr-wcxv) - yaml: kilo-vscode 2.8.2 → 2.8.3 (stack overflow via nested collections: GHSA-48c2-rrv3-qjmp) - solid-js: catalog 1.9.10 → 1.9.12 (fixes seroval transitively: DoS, RCE, prototype pollution)
- Add dompurify override (3.3.3) to force mermaid's transitive dep away from 3.3.1 - Switch kilo-gateway solid-js from pinned 1.9.10 to catalog (1.9.12) to eliminate seroval@1.3.2
e3c6ae9 to
35b409c
Compare
johnnyeric
approved these changes
Apr 7, 2026
jliounis
pushed a commit
to jliounis/kilocode
that referenced
this pull request
May 18, 2026
…urify-yaml-solidjs fix: update diff, dompurify, yaml, and solid-js for security patches
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.
Summary
diffcatalog from 8.0.2 to 8.0.4 and kilo-vscode from ^7.0.0 to 8.0.4 (major bump but API-compatible)dompurifyfrom 3.3.1 to 3.3.3 in catalog and packages/uiyamlfrom 2.8.2 to 2.8.3 in kilo-vscodesolid-jscatalog from 1.9.10 to 1.9.12 (fixes seroval transitively — 1.9.11+ uses seroval ~1.5.0 which is safe)All are low-risk patch/minor bumps. The
diff7→8 major bump in kilo-vscode is the only notable change but the API is compatible.Advisories Fixed