Files
bugsink/.bandit
Klaas van Schelven 4ad3c5efcf Hardening of Temporary-Directory Usage
Defends against certain forms of local privilege escalation, i.e.
understood to be defense in depth rather than a security issue given
the recommended ways of deploying (docker container or in a single-use
single-server)

Fix #174

See https://github.com/python/cpython/pull/23901
2025-08-30 15:10:50 +02:00

8 lines
162 B
Plaintext

[bandit]
# Exclude any file named tests.py anywhere under the tree
exclude = tests.py
# include everything, even LOW
confidence-level = LOW
severity-level = LOW