diff --git a/.bandit b/.bandit index b9e67d08c..4bf41a68b 100644 --- a/.bandit +++ b/.bandit @@ -1,5 +1,2 @@ [bandit] -skips: - B403, # `import_pickle` (Consider possible security implications associated with these modules.) - B301, # `pickle` (Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.) - B311 # `random` (Standard pseudo-random generators are not suitable for security/cryptographic purposes.) +skips: ['B403', 'B301', 'B311']