[stable-only] Ignore bandit false-positive
bandit 1.9.3 started looking for hardcoded passwords in dicts, which triggered this new false positive. We fixed it on master in the related change, but ought to fix it on stable branches, too. Related-Change: I26f75fb61ba0d13ca16810f13cc6cc193898211a Signed-off-by: Tim Burke <tim.burke@gmail.com> Change-Id: I6e0c76dd9157e8dc265eb67cec486e0db782b9fa
This commit is contained in:
@@ -189,7 +189,7 @@ class ProxyLoggingMiddleware(object):
|
||||
'method': 'GET',
|
||||
'protocol': '',
|
||||
'status_int': '0',
|
||||
'auth_token': '1234...',
|
||||
'auth_token': '1234...', # nosec B105
|
||||
'bytes_recvd': '1',
|
||||
'bytes_sent': '0',
|
||||
'transaction_id': 'tx1234',
|
||||
|
||||
Reference in New Issue
Block a user