Skip to content

chore(deps): update module golang.org/x/net to v0.38.0 [security] #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
golang.org/x/net v0.30.0 -> v0.38.0 age adoption passing confidence

Non-linear parsing of case-insensitive content in golang.org/x/net/html

CVE-2024-45338 / GHSA-w32m-9786-jp63 / GO-2024-3333

More information

Details

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66 / GO-2025-3503

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66 / GO-2025-3503

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

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

References

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


golang.org/x/net vulnerable to Cross-site Scripting

CVE-2025-22872 / GHSA-vvgc-356p-c3xw / GO-2025-3595

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

  • CVSS Score: Unknown
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

References

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


Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net

CVE-2025-22872 / GHSA-vvgc-356p-c3xw / GO-2025-3595

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the security label Dec 22, 2024
@renovate renovate bot requested a review from a team as a code owner December 22, 2024 15:55
@renovate renovate bot enabled auto-merge (squash) December 22, 2024 15:55
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 22, 2024
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from ee12a48 to 74f39cc Compare December 26, 2024 15:55
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 74f39cc to c886372 Compare January 19, 2025 09:07
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.33.0 [security] chore(deps): update module golang.org/x/net to v0.33.0 [security] - autoclosed Feb 11, 2025
@renovate renovate bot closed this Feb 11, 2025
auto-merge was automatically disabled February 11, 2025 19:45

Pull request was closed

@renovate renovate bot deleted the renovate/go-golang.org-x-net-vulnerability branch February 11, 2025 19:45
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.33.0 [security] - autoclosed chore(deps): update module golang.org/x/net to v0.33.0 [security] Feb 11, 2025
@renovate renovate bot reopened this Feb 11, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from c1fc43a to c886372 Compare February 11, 2025 23:02
@renovate renovate bot enabled auto-merge (squash) February 12, 2025 02:38
Copy link
Contributor Author

renovate bot commented Mar 13, 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.3 -> 1.23.0

@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.33.0 [security] chore(deps): update module golang.org/x/net to v0.36.0 [security] Mar 13, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from c886372 to 72640f8 Compare March 13, 2025 06:02
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 13, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 72640f8 to 4845c6f Compare March 21, 2025 19:42
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 21, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from 6927815 to a13e0bd Compare March 24, 2025 05:44
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from a13e0bd to dc2bc16 Compare March 31, 2025 03:03
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.36.0 [security] chore(deps): update module golang.org/x/net to v0.38.0 [security] Apr 17, 2025
@renovate renovate bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from dc2bc16 to 7401f34 Compare April 17, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants