Azure / azure-capi-cli-extension

Kubernetes Cluster API support in the Azure CLI
MIT License
20 stars 17 forks source link

Update SSL download context to avoid broken ciphers #224

Closed mboersma closed 5 months ago

mboersma commented 5 months ago

Description

Follows best practices when creating an SSL context in Python, now that we don't need to worry about Python 2 support. Also closes a security alert for project maintainers:

https://github.com/Azure/azure-capi-cli-extension/security/code-scanning/7

History Notes