diff --git a/bandit/blacklists/calls.py b/bandit/blacklists/calls.py index 075bdce1..87eccc05 100644 --- a/bandit/blacklists/calls.py +++ b/bandit/blacklists/calls.py @@ -289,7 +289,7 @@ behavior that does not validate certificates or perform hostname checks. +------+---------------------+------------------------------------+-----------+ | ID | Name | Calls | Severity | +======+=====================+====================================+===========+ -| B322 | unverified_context | - ssl._create_unverified_context | Medium | +| B323 | unverified_context | - ssl._create_unverified_context | Medium | +------+---------------------+------------------------------------+-----------+ """