Skip to content

Merge branch 'main' into ericwb-patch-2

d4bc0d1
Select commit
Loading
Failed to load commit list.
Open

Create create_unverified_context.py #3

Merge branch 'main' into ericwb-patch-2
d4bc0d1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Bandit succeeded Mar 7, 2026 in 2s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 4 in python/stdlib/create_unverified_context.py

See this annotation in the file changed.

Code scanning / Bandit

By default, Python will create a secure, verified ssl context for use in such classes as HTTPSConnection. However, it still allows using an insecure context via the _create_unverified_context that reverts to the previous behavior that does not validate certificates or perform hostname checks. Warning

By default, Python will create a secure, verified ssl context for use in such classes as HTTPSConnection. However, it still allows using an insecure context via the _create_unverified_context that reverts to the previous behavior that does not validate certificates or perform hostname checks.