Create create_unverified_context.py #3
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.
Annotations
Check warning on line 4 in python/stdlib/create_unverified_context.py
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
Loading