Skip to content

fix(deps): Update module golang.org/x/net to v0.17.0 [SECURITY]#1283

Merged
kodiakhq[bot] merged 1 commit intomainfrom
renovate/go-golang.org/x/net-vulnerability
Oct 11, 2023
Merged

fix(deps): Update module golang.org/x/net to v0.17.0 [SECURITY]#1283
kodiakhq[bot] merged 1 commit intomainfrom
renovate/go-golang.org/x/net-vulnerability

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Oct 11, 2023

This PR contains the following updates:

Package Type Update Change
golang.org/x/net indirect minor v0.15.0 -> v0.17.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

GitHub Vulnerability Alerts

CVE-2023-39325

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing.

With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection.

This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2.

The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Oct 11, 2023
@kodiakhq kodiakhq bot merged commit 4e5f9de into main Oct 11, 2023
@kodiakhq kodiakhq bot deleted the renovate/go-golang.org/x/net-vulnerability branch October 11, 2023 23:21
@github-actions
Copy link
Copy Markdown

⏱️ Benchmark results

  • Glob-8 ns/op: 212.3

kodiakhq bot pushed a commit that referenced this pull request Oct 12, 2023
🤖 I have created a release *beep* *boop*
---


## [4.12.5](v4.12.4...v4.12.5) (2023-10-12)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.7 ([#1285](#1285)) ([e27875e](e27875e))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.8 ([#1286](#1286)) ([9d9eb10](9d9eb10))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.12.2 ([#1287](#1287)) ([57e4795](57e4795))
* **deps:** Update module golang.org/x/net to v0.17.0 [SECURITY] ([#1283](#1283)) ([4e5f9de](4e5f9de))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants