chore: apply security updates across all areas - #194
Merged
Conversation
- Upgrade go1.25.11 → go1.25.12 to fix GO-2026-5856 (TLS ECH privacy leak) - Migrate github.com/imdario/mergo → dario.cat/mergo (module path changed) - Upgrade golang.org/x/image v0.42.0 → v0.43.0 to fix 3 TIFF/webp vulns - Pin tdewolff/parse/v2 and minify/v2 to compatible versions for canvas govulncheck: 4 → 0 vulnerabilities
- UI: fix brace-expansion, js-yaml, postcss, quill XSS (1 remaining low) - Docs: fix postcss (esbuild dev-server vuln has no upstream fix) - E2E: fix body-parser, brace-expansion, shell-quote (0 remaining)
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
Audit and patch all dependency trees for known vulnerabilities.
API (Go)
github.com/imdario/mergo→dario.cat/mergo(module path changed upstream)golang.org/x/imagev0.42.0 → v0.43.0 (fixes 3 TIFF/webp vulns: GO-2026-5066, GO-2026-5062, GO-2026-5061)tdewolff/parse/v2andminify/v2to compatible versions for canvasUI (npm)
npm audit fix: brace-expansion, js-yaml, postcss, quillDocs (npm)
npm audit fix: postcssE2E (npm)
npm audit fix: body-parser, brace-expansion, shell-quoteBuild verification
go build ./...&&go test ./... -short— all passnpx vite build— successfulnpx vitepress build— successful