build: update bandit rules
This commit is contained in:
+2
-1
@@ -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.
|
||||
- B110 # Try, Except, Pass detected.
|
||||
- B104 # Possible binding to all interfaces.
|
||||
Reference in New Issue
Block a user