ops: update bandit checklist

This commit is contained in:
Karim shoair
2026-01-19 03:45:39 +02:00
parent 1f0f86e3a2
commit 0d003f62e3
+2 -1
View File
@@ -7,4 +7,5 @@ skips:
- B602 # subprocess call with shell=True identified
- B110 # Try, Except, Pass detected.
- 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.
- B301 # Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.
- B108 # Probable insecure usage of temp file/directory.