Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Stop using deprecated
ssl.wrap_socket
Use `context.wrap_socket` instead. On this context, use a minimum version to restrict to secure TLS protocol variants only. This was reported as a check failure by CodeQL code scanning with id `py/insecure-default-protocol`. https://github.com/github/codeql/blob/main/python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
- Loading branch information