From 8aecabcfe4d24da51e0ac59cf18e83773defe948 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 7 Jul 2020 14:52:05 +0200 Subject: Stop using md5 for __repr__ of objects The md5 function is not available on systems in FIPS mode, just use the callable name (which is closer to how repr usually looks). Change-Id: I4319ce2f42f35251595306b9a77ae1f8bc55595c --- tools/bandit.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/bandit.yml b/tools/bandit.yml index d99694d39..028d1a214 100644 --- a/tools/bandit.yml +++ b/tools/bandit.yml @@ -89,7 +89,6 @@ tests: # (optional) list skipped test IDs here, eg '[B101, B406]': skips: - B104 - - B303 - B604 ### (optional) plugin settings - some test plugins require configuration data -- cgit v1.2.1