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

Create create_unverified_context.py #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Mar 11, 2024

No description provided.

import ssl


context = ssl._create_unverified_context()

Check warning

Code scanning / Precaution

Improper Certificate Validation Using ssl._create_unverified_context Medium

The 'ssl._create_unverified_context' function does not properly validate certificates.
@ericwb
Copy link
Contributor Author

ericwb commented Apr 20, 2024

Tip

This pull request has had no activity in 2 weeks. Would you like to schedule an interactive session with the reviewers?

Screenshot 2024-04-19 at 9 37 07 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant