fix(security): 修复新增的 Dependabot 安全告警#428
Merged
Merged
Conversation
升级 golang.org/x/net 至 0.55.0,修复 HTML 解析器拒绝服务漏洞(CVE-2026-25680) 升级 js-yaml 至 4.2.0,修复 merge key 处理中的二次方复杂度 DoS 漏洞(CVE-2026-53550)
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
golang.org/x/net0.49.0 → 0.55.0,修复 HTML 解析器拒绝服务漏洞(GHSA-5cv4-jp36-h3mw / CVE-2026-25680),间接依赖,通过go get+go mod tidy升级,连带最小提升了x/crypto、x/sync、x/sys、x/text以满足依赖图版本约束js-yaml4.1.1 → 4.2.0,修复 merge key(<<)重复别名导致的二次方复杂度 CPU 耗尽 DoS(GHSA-h67p-54hq-rp68 / CVE-2026-53550),为 eslint 的间接依赖,仅影响开发环境,已放入devDependenciesTest plan
go build ./...通过go vet ./...无报错go test ./...通过npm run build(vue-tsc -b && vite build)通过npm run lint:check/npm run type-check无报错npm audit显示 0 个漏洞