diff --git a/.bandit.yml b/.bandit.yml index 5acd372..f74f22f 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -6,4 +6,5 @@ skips: - B404 # Using subprocess library - B602 # subprocess call with shell=True identified - B110 # Try, Except, Pass detected. -- B104 # Possible binding to all interfaces. \ No newline at end of file +- B104 # Possible binding to all interfaces. +- B301 # Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. \ No newline at end of file