I’ve got an answer here:
Two ways:
- You can skip the B703 and B308 using the –skip argument to the
command line.- Or you can affix a comment
# nosec
on the line to skip.https://bandit.readthedocs.io/en/latest/config.html#exclusions
I’ve got an answer here:
Two ways:
- You can skip the B703 and B308 using the –skip argument to the
command line.- Or you can affix a comment
# nosec
on the line to skip.https://bandit.readthedocs.io/en/latest/config.html#exclusions