mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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
This commit is contained in:
3
LICENSE
3
LICENSE
@@ -16,6 +16,9 @@ Portions of this software are licensed as follows:
|
||||
Please refer to the license of the respective component in your package
|
||||
manager's repository.
|
||||
|
||||
* The following files are licensed under the Python Software Foundation License
|
||||
* bsmain/future_python.py
|
||||
|
||||
* Content outside of the above mentioned directories or restrictions above is
|
||||
available under the license as defined below:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user