-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update module golang.org/x/net to v0.33.0 [SECURITY] #305
Update module golang.org/x/net to v0.33.0 [SECURITY] #305
Conversation
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/workspace-inline-aws.yaml" |
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/workspace-inline-aws.yaml" |
@@ -27,5 +27,5 @@ spec: | |||
} | |||
provider "aws" { | |||
shared_credentials_files = ["${path.module}/aws-creds.ini"] | |||
region = "eu-west-1" | |||
region = "us-east-2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it accidental? does not look related
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not accidental workspace-inline-aws.yaml
example fails due to quota problem in the eu-west-1 region: https://github.com/upbound/provider-terraform/actions/runs/12419196168
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it, thanks for clarifying :)
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-0.17
git worktree add -d .worktree/backport-305-to-release-0.17 origin/release-0.17
cd .worktree/backport-305-to-release-0.17
git switch --create backport-305-to-release-0.17
git cherry-pick -x d549bb67713de08f861efa155b57a492badd5c2c f9e787db88ff45d92bfe94a9c514db921eb20fa9 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-0.18
git worktree add -d .worktree/backport-305-to-release-0.18 origin/release-0.18
cd .worktree/backport-305-to-release-0.18
git switch --create backport-305-to-release-0.18
git cherry-pick -x d549bb67713de08f861efa155b57a492badd5c2c f9e787db88ff45d92bfe94a9c514db921eb20fa9 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-0.19
git worktree add -d .worktree/backport-305-to-release-0.19 origin/release-0.19
cd .worktree/backport-305-to-release-0.19
git switch --create backport-305-to-release-0.19
git cherry-pick -x d549bb67713de08f861efa155b57a492badd5c2c f9e787db88ff45d92bfe94a9c514db921eb20fa9 |
Description of your changes
This PR contains the following updates:
v0.25.0
->v0.33.0
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.
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
https://github.com/upbound/provider-terraform/actions/runs/12419641053