Merge branch '20330-tor-browser-13.0.14-force-all-tests' into 'stable'
[tails.git] / .bandit.yml
blob3d81bb84f05242a45fa7aae21883829209f21d38
1 skips:
2  - B101  # We don't compile Python code so our `assert`s won't be optimized out
3  - B322  # We only use Python 3, where input() is safe
4  - B404  # We are aware of the security implications associated with subprocess
5  - B603  # We are aware that shell=False by default
6 exclude_dirs:
7  - submodules/chutney
8  - submodules/live-build
9  - submodules/torbrowser-launcher