-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore(deps): update module golang.org/x/net to v0.33.0 [security] #521
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/go-golang.org-x-net-vulnerability
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
security
labels
Aug 6, 2024
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
2 times, most recently
from
September 6, 2024 16:03
414340c
to
c27a8ad
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
/approve |
/retest |
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
from
September 9, 2024 21:29
c27a8ad
to
9da4a8b
Compare
renovate
bot
changed the title
chore(deps): update module golang.org/x/net to v0.23.0 [security]
Update module golang.org/x/net to v0.23.0 [SECURITY]
Sep 9, 2024
renovate
bot
changed the title
Update module golang.org/x/net to v0.23.0 [SECURITY]
chore(deps): update module golang.org/x/net to v0.23.0 [security]
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
from
September 9, 2024 21:31
9da4a8b
to
ffc0307
Compare
/approve |
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
from
September 12, 2024 16:51
ffc0307
to
ee06f18
Compare
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
from
September 23, 2024 17:11
ee06f18
to
d00e763
Compare
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
from
October 2, 2024 18:53
d00e763
to
f457a90
Compare
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
2 times, most recently
from
December 11, 2024 03:11
b0532ee
to
84e7a40
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
changed the title
chore(deps): update module golang.org/x/net to v0.23.0 [security]
chore(deps): update module golang.org/x/net to v0.33.0 [security]
Dec 19, 2024
renovate
bot
force-pushed
the
renovate/go-golang.org-x-net-vulnerability
branch
from
December 19, 2024 01:43
84e7a40
to
b89af5a
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.19.0
->v0.33.0
GitHub Vulnerability Alerts
CVE-2023-45288
An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.
CVE-2024-45338
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.
Configuration
📅 Schedule: Branch creation - "" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.