mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5710] [MERGED] chore: security patch for the quic-go vulnerability #5321
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5710
Author: @mirarifhasan
Created: 12/18/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @jamesgeorge007
Base:
next← Head:chore/security-fix-2025-12-0-v2📝 Commits (4)
9815ee9build: update quic-go to v0.57.0 in Dockerfiled653bb9chore: bump non-major dependencies across packages2a11761build: update dependencies and CVE references55f325fchore: changes in pnpm-lock.yaml file📊 Changes
19 files changed (+1631 additions, -1558 deletions)
View changed files
📝
package.json(+1 -1)📝
packages/codemirror-lang-graphql/package.json(+1 -1)📝
packages/hoppscotch-agent/package.json(+5 -5)📝
packages/hoppscotch-backend/package.json(+12 -12)📝
packages/hoppscotch-cli/package.json(+3 -3)📝
packages/hoppscotch-common/package.json(+16 -16)📝
packages/hoppscotch-common/src/services/context-menu/menu/__tests__/parameter.menu.spec.ts(+34 -46)📝
packages/hoppscotch-common/src/services/context-menu/menu/parameter.menu.ts(+1 -1)📝
packages/hoppscotch-data/package.json(+1 -1)📝
packages/hoppscotch-desktop/package.json(+7 -7)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/examples/tauri-app/package.json(+1 -1)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/package.json(+1 -1)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/package.json(+1 -1)📝
packages/hoppscotch-js-sandbox/package.json(+5 -5)📝
packages/hoppscotch-kernel/package.json(+1 -1)📝
packages/hoppscotch-selfhost-web/package.json(+10 -10)📝
packages/hoppscotch-sh-admin/package.json(+13 -13)📝
pnpm-lock.yaml(+1516 -1431)📝
prod.Dockerfile(+2 -2)📄 Description
Closes #
What's changed
This pull request updates the
quic-godependency in theprod.Dockerfileto address a security vulnerability.Dependency and security updates:
github.com/quic-go/quic-gofrom versionv0.55.0tov0.57.0to resolve CVE-2025-59530. (prod.Dockerfile)Notes to reviewers
Nil
Summary by cubic
Updates quic-go to v0.57.0 in prod.Dockerfile to fix CVE-2025-64702. Production images now build with the patched version and the parameter context menu ID is corrected.
Bug Fixes
Dependencies
Written for commit
55f325f2e7. Summary will update automatically on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.