chore: upgrade thrift and @tiptap/* to resolve Dependabot alerts - #9874
Open
himadrisingh wants to merge 1 commit into
Open
chore: upgrade thrift and @tiptap/* to resolve Dependabot alerts#9874himadrisingh wants to merge 1 commit into
thrift and @tiptap/* to resolve Dependabot alerts#9874himadrisingh wants to merge 1 commit into
Conversation
- `github.com/apache/thrift` 0.22.0 -> 0.24.0 (GHSA-8wv5-x4w7-5gww: infinite loop in Go bindings) - `@tiptap/*` 3.20.1 -> 3.31.3 (GHSA-j95f-988m-3j2f: quadratic ReDoS in Markdown attribute parsing; GHSA-cp6q-959q-f8rh: `mergeAttributes()` prototype pollution) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
8 tasks
nishantmonu51
approved these changes
Sep 9, 2026
nishantmonu51
left a comment
Collaborator
There was a problem hiding this comment.
👍 , LGTM post CI failures are fixed.
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.
Resolves three open Dependabot security alerts:
github.com/apache/thrift0.22.0 → 0.24.0 — GHSA-8wv5-x4w7-5gww (high): infinite loop in the Go bindings. Transitive viadatabricks-sql-go→runtime/drivers/databricks; a clean one-line bump with no cascade.@tiptap/*(8 packages) 3.20.1 → 3.31.3 — GHSA-j95f-988m-3j2f (high): quadratic ReDoS in Markdown attribute parsing, and GHSA-cp6q-959q-f8rh (medium):mergeAttributes()turns an own__proto__key into inherited executable DOM attributes. All@tiptap/*packages move together since the library requires matching versions across the family.Verified:
go build ./...passes,npm run buildpasses for bothweb-localandweb-admin, andsvelte-checkreports no errors at the three@tiptapcall sites underweb-common/src/features/chat/core/.The
grpcalert is handled separately in #9873, since that one cascades a large set of transitive upgrades. The two PRs overlap ongo.mod, so whichever merges second needs a rebase.Checklist:
Developed in collaboration with Claude Code
🤖 Generated with Claude Code