diff --git a/.bandit.yml b/.bandit.yml index 1773bf5..5acd372 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -5,4 +5,5 @@ skips: - B403 # We are using pickle for tests only - B404 # Using subprocess library - B602 # subprocess call with shell=True identified -- B110 # Try, Except, Pass detected. \ No newline at end of file +- B110 # Try, Except, Pass detected. +- B104 # Possible binding to all interfaces. \ No newline at end of file