From f4800cdbac253069e0cf3d5b2c55d02b8a95bbdf Mon Sep 17 00:00:00 2001 From: lhinds Date: Fri, 25 Aug 2017 15:27:47 +0100 Subject: [PATCH] Incorrect Test ID in docstring B223 was incorrectly referenced with B222 Change-Id: I922fcb69a04e8c3a21ff71aac0d53679b50e928f Signed-off-by: lhinds --- bandit/blacklists/calls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | +------+---------------------+------------------------------------+-----------+ """