-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 vulnerabilities #26696
Update vulnerabilities #26696
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution obohaciak! We will review the pull request and get back to you soon. |
Thank you for your contribution! We will review the pull request and get back to you soon. |
RUN pip install cryptography -U | ||
RUN pip install requests -U |
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.
This will be covered by #26671.
RUN apk upgrade openssl | ||
RUN apk upgrade binutils --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main |
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.
This is not a universal solution as they are only specific to certain versions of Alpine Linux image. Alpine Linux will include these fixes in its new docker image. We also automatically pick up the latest Alpine Linux image:
Line 8 in 5f52c83
FROM python:${PYTHON_VERSION}-alpine |
Related command
N/A
Description
Fixes vulnerabilities in mcr.microsoft.com/azure-cli:2.49.0. Affected packages are:
Testing Guide
N/A
History Notes
N/A
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.