Skip to content
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

fix: CVE-2024-35255 #1420

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind bug

What this PR does / why we need it:
fix: CVE-2024-35255

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 12, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 12, 2024
@andyzhangx andyzhangx merged commit 29948fb into kubernetes-sigs:master Jun 12, 2024
20 of 21 checks passed
@andyzhangx
Copy link
Member Author

/cherrypick release-1.24

@andyzhangx
Copy link
Member Author

/cherrypick release-1.23

@andyzhangx
Copy link
Member Author

/cherrypick release-1.22

@k8s-infra-cherrypick-robot

@andyzhangx: #1420 failed to apply on top of branch "release-1.24":

Applying: fix: CVE-2024-35255
Using index info to reconstruct a base tree...
M	go.mod
M	go.sum
M	vendor/modules.txt
Falling back to patching base and 3-way merge...
Auto-merging vendor/modules.txt
CONFLICT (content): Merge conflict in vendor/modules.txt
Auto-merging go.sum
CONFLICT (content): Merge conflict in go.sum
Auto-merging go.mod
CONFLICT (content): Merge conflict in go.mod
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 fix: CVE-2024-35255
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherrypick release-1.24

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-infra-cherrypick-robot

@andyzhangx: #1420 failed to apply on top of branch "release-1.23":

Applying: fix: CVE-2024-35255
Using index info to reconstruct a base tree...
M	go.mod
M	go.sum
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc/loc.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/util.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/assets.json
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work.sum
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_client.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go
M	vendor/modules.txt
Falling back to patching base and 3-way merge...
Auto-merging vendor/modules.txt
CONFLICT (content): Merge conflict in vendor/modules.txt
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_client.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work.sum
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work.sum
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/assets.json
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/assets.json
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/util.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc/loc.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md
Auto-merging go.sum
CONFLICT (content): Merge conflict in go.sum
Auto-merging go.mod
CONFLICT (content): Merge conflict in go.mod
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 fix: CVE-2024-35255
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherrypick release-1.23

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-infra-cherrypick-robot

@andyzhangx: #1420 failed to apply on top of branch "release-1.22":

Applying: fix: CVE-2024-35255
Using index info to reconstruct a base tree...
M	go.mod
M	go.sum
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async/async.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body/body.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake/fake.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc/loc.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op/op.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/util.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/pager.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/request.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/MIGRATION.md
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/README.md
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TOKEN_CACHING.MD
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TROUBLESHOOTING.md
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/assets.json
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/azure_cli_credential.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/chained_token_credential.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/ci.yml
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/client_assertion_credential.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/client_certificate_credential.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/confidential_client.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/default_azure_credential.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/developer_credential_util.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/device_code_credential.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/environment_credential.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/errors.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work.sum
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/interactive_browser_credential.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_client.go
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_credential.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/on_behalf_of_credential.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/public_client.go
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources-pre.ps1
A	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources.bicep
M	vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go
M	vendor/modules.txt
Falling back to patching base and 3-way merge...
Auto-merging vendor/modules.txt
CONFLICT (content): Merge conflict in vendor/modules.txt
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/version.go
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources.bicep deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources.bicep left in tree.
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources-pre.ps1 deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/test-resources-pre.ps1 left in tree.
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/public_client.go deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/public_client.go left in tree.
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/on_behalf_of_credential.go deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/on_behalf_of_credential.go left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_credential.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_client.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/managed_identity_client.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/interactive_browser_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/interactive_browser_credential.go
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work.sum deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work.sum left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/errors.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/errors.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/environment_credential.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/device_code_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/device_code_credential.go
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/developer_credential_util.go deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/developer_credential_util.go left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/default_azure_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/default_azure_credential.go
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/confidential_client.go deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/confidential_client.go left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/client_certificate_credential.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/client_assertion_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/client_assertion_credential.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/ci.yml
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/ci.yml
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/chained_token_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/chained_token_credential.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/azure_cli_credential.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/azure_cli_credential.go
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/assets.json deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/assets.json left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TROUBLESHOOTING.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TROUBLESHOOTING.md
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TOKEN_CACHING.MD deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/TOKEN_CACHING.MD left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/README.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/README.md
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/MIGRATION.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/MIGRATION.md
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/CHANGELOG.md
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/request.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/request.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/pager.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime/pager.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared/constants.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/util.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op/op.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op/op.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc/loc.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc/loc.go
CONFLICT (modify/delete): vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake/fake.go deleted in HEAD and modified in fix: CVE-2024-35255. Version fix: CVE-2024-35255 of vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake/fake.go left in tree.
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body/body.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body/body.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async/async.go
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async/async.go
Auto-merging vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md
CONFLICT (content): Merge conflict in vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md
Auto-merging go.sum
CONFLICT (content): Merge conflict in go.sum
Auto-merging go.mod
CONFLICT (content): Merge conflict in go.mod
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 fix: CVE-2024-35255
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherrypick release-1.22

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants