mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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
8 lines
162 B
Plaintext
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
|