* Enable B108 (hardcoded tmp dir), address findings * Enable B602 (subprocess popen with shell), address findings * Enable B604 (start process with shell), address findings * Enable B306 (mktemp), B307 (eval), and B325 (tempnam), no issues to address
17 lines
188 B
YAML
17 lines
188 B
YAML
# https://bandit.readthedocs.io/en/latest/config.html
|
|
|
|
tests:
|
|
- B108
|
|
- B306
|
|
- B307
|
|
- B313
|
|
- B314
|
|
- B315
|
|
- B316
|
|
- B317
|
|
- B318
|
|
- B319
|
|
- B320
|
|
- B325
|
|
- B602
|
|
- B604
|