What is the way to ignore/skip some issues from python bandit security issues report?
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