This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
ssl.wrap_socket() gots removed within python 3.12 #168
Comments
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
…ramework#168" This reverts commit 0f824c3.
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
…ramework#168" This reverts commit 0f824c3.
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
…ramework#168" This reverts commit 0f824c3.
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 13, 2023
…ramework#168" This reverts commit 0f824c3.
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 25, 2023
* Bump step-security/harden-runner from 2.6.0 to 2.6.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@1b05615...eb238b5) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-framework#168 * also run on ubuntu-20.04 * Revert "also run on ubuntu-20.04" This reverts commit ae13eca. * Revert "run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-framework#168" This reverts commit 0f824c3. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Fichtner (pfichtner) <pfichtner@users.noreply.github.com>
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 25, 2023
* Bump actions/dependency-review-action from 3.1.0 to 3.1.4 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.0 to 3.1.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@6c5ccda...01bc870) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-framework#168 * also run on ubuntu-20.04 * Revert "also run on ubuntu-20.04" This reverts commit ae13eca. * Revert "run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-framework#168" This reverts commit 0f824c3. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Fichtner (pfichtner) <pfichtner@users.noreply.github.com>
pfichtner
added a commit
to pfichtner/SipDoorbell
that referenced
this issue
Dec 25, 2023
* Bump github/codeql-action from 2.22.4 to 2.22.10 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.4 to 2.22.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@49abf0b...305f654) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-framework#168 * also run on ubuntu-20.04 * Revert "also run on ubuntu-20.04" This reverts commit ae13eca. * Revert "run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-framework#168" This reverts commit 0f824c3. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Fichtner (pfichtner) <pfichtner@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
esp8266-iot-framework/scripts/preBuildCertificates.py
Line 23 in 718e0c1
gh-94199: Remove the ssl.wrap_socket() function, deprecated in Python 3.7: instead, create a ssl.SSLContext object and call its ssl.SSLContext.wrap_socket method. Any package that still uses ssl.wrap_socket() is broken and insecure. The function neither sends a SNI TLS extension nor validates server hostname. Code is subject to CWE-295: Improper Certificate Validation. Patch by Victor Stinner.
Build fails using Python 3.12
The text was updated successfully, but these errors were encountered: