Skip to content

fix: upgrade golang.org/x/text v0.3.7 → v0.3.8 (CVE-2022-32149)#32

Draft
al1dazzi with Copilot wants to merge 2 commits into
mainfrom
copilot/rch-task-ab747e871bf243dd-remediate-vulnerable-dep
Draft

fix: upgrade golang.org/x/text v0.3.7 → v0.3.8 (CVE-2022-32149)#32
al1dazzi with Copilot wants to merge 2 commits into
mainfrom
copilot/rch-task-ab747e871bf243dd-remediate-vulnerable-dep

Conversation

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown

golang.org/x/text@v0.3.7 is vulnerable to CVE-2022-32149 — a denial-of-service via malformed Accept-Language header. The ParseLanguage handler in internal/handlers/cve.go calls language.Parse, making this reachable.

Changes

  • go.mod: bump golang.org/x/text v0.3.7v0.3.8
  • go.sum: replace v0.3.7 hashes with v0.3.8 hashes

The existing safety.AllowedLanguageTag allowlist guard is unchanged — this PR only removes the vulnerable version from the dependency graph.

Copilot AI changed the title [WIP] Remediate vulnerable dependency golang.org/x/text@v0.3.7 fix: upgrade golang.org/x/text v0.3.7 → v0.3.8 (CVE-2022-32149) Jul 9, 2026
Copilot AI requested a review from al1dazzi July 9, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants