Skip to content

Comments

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

Open
renovate[bot] wants to merge 1 commit intodevelopmentfrom
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 intodevelopmentfrom
renovate/go-golang.org-x-text-vulnerability

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

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

GitHub Vulnerability Alerts

CVE-2022-32149

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


Configuration

📅 Schedule: Branch creation - "" (UTC), 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
Copy link
Author

renovate bot commented Aug 6, 2024

ℹ 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
Copy link

sonarqubecloud bot commented Aug 6, 2024

@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

@renovate
Copy link
Author

renovate bot commented Dec 15, 2025

ℹ️ 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

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