Karim shoair commited on
Commit
fab7a59
·
1 Parent(s): 1721cbb

ops: update bandit checklist

Browse files
Files changed (1) hide show
  1. .bandit.yml +2 -1
.bandit.yml CHANGED
@@ -7,4 +7,5 @@ skips:
7
  - B602 # subprocess call with shell=True identified
8
  - B110 # Try, Except, Pass detected.
9
  - B104 # Possible binding to all interfaces.
10
- - B301 # Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.
 
 
7
  - B602 # subprocess call with shell=True identified
8
  - B110 # Try, Except, Pass detected.
9
  - B104 # Possible binding to all interfaces.
10
+ - B301 # Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.
11
+ - B108 # Probable insecure usage of temp file/directory.