Skip to content

Update module golang.org/x/text to v0.3.8 [SECURITY]#77

Open
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/go-golang.org-x-text-vulnerability
Open

Update module golang.org/x/text to v0.3.8 [SECURITY]#77
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/go-golang.org-x-text-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/text v0.3.7v0.3.8 age confidence

golang.org/x/text/language Denial of service via crafted Accept-Language header

CVE-2022-32149 / GHSA-69ch-w2m2-3vjp

More information

Details

The BCP 47 tag parser has quadratic time complexity due to inherent aspects of its design. Since the parser is, by design, exposed to untrusted user input, this can be leveraged to force a program to consume significant time parsing Accept-Language headers. The parser cannot be easily rewritten to fix this behavior for various reasons. Instead the solution implemented in this CL is to limit the total complexity of tags passed into ParseAcceptLanguage by limiting the number of dashes in the string to 1000. This should be more than enough for the majority of real world use cases, where the number of tags being sent is likely to be in the single digits.

Specific Go Packages Affected

golang.org/x/text/language

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 6, 2024

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 -> v0.0.0-20220722155257-8c9f86f7a55f

@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2024

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Dec 27, 2024
@renovate renovate Bot closed this Dec 27, 2024
@renovate renovate Bot deleted the renovate/go-golang.org-x-text-vulnerability branch December 27, 2024 12:02
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Update module golang.org/x/text to v0.3.8 [SECURITY] Dec 27, 2024
@renovate renovate Bot reopened this Dec 27, 2024
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-text-vulnerability branch from cf0bce6 to 97eaecb Compare December 27, 2024 17:12
@sonarqubecloud

Copy link
Copy Markdown

@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 -> v0.0.0-20220722155257-8c9f86f7a55f

@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Feb 27, 2026
@renovate renovate Bot closed this Feb 27, 2026
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Update module golang.org/x/text to v0.3.8 [SECURITY] Feb 27, 2026
@renovate renovate Bot reopened this Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-text-vulnerability branch from 97eaecb to 361d185 Compare February 27, 2026 17:48
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Update module golang.org/x/text to v0.3.8 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-text-vulnerability branch 2 times, most recently from 361d185 to 995a434 Compare March 30, 2026 18:06
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.3.8 [SECURITY] - autoclosed Update module golang.org/x/text to v0.3.8 [SECURITY] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-text-vulnerability branch from 995a434 to a00cb99 Compare April 27, 2026 21:18
@sonarqubecloud

Copy link
Copy Markdown

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.

0 participants