updated PO files
[tails.git] / .bandit.yml
blob5b799cc59c05bf5fcf0e9a2c16cb542a171c2b39
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 exclude_dirs:
6  - submodules/chutney
7  - submodules/live-build
8  - submodules/torbrowser-launcher