c4a7ac0b65
We currently use yaml.load to read a user-written config file. This can lead to malicious code execution, so we should use yaml.safe_load instead. Found using bandit. Change-Id: I27792f0435bc3cb9b9d31846d07a8d47a1e7679d |
||
---|---|---|
.. | ||
__init__.py | ||
_impl_log.py | ||
_impl_noop.py | ||
_impl_routing.py | ||
_impl_test.py | ||
dispatcher.py | ||
filter.py | ||
listener.py | ||
log_handler.py | ||
logger.py | ||
messaging.py | ||
middleware.py | ||
notifier.py |