oslo.messaging/oslo_messaging/notify
Cyril Roelandt c4a7ac0b65 Use yaml.safe_load instead of yaml.load
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
2015-10-21 17:22:20 +02:00
..
__init__.py Implements notification-dispatcher-filter 2015-01-13 09:44:23 -05:00
_impl_log.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Use yaml.safe_load instead of yaml.load 2015-10-21 17:22:20 +02:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove usage of contentmanager for executors 2015-07-08 13:42:10 +02:00
filter.py Implements notification-dispatcher-filter 2015-01-13 09:44:23 -05:00
listener.py Fix typo in rpc/server.py and notify/listener.py 2015-10-09 22:20:51 +09:00
log_handler.py Make notify driver messaging play well with publish_errors 2015-03-28 11:32:24 +00:00
logger.py Make notify driver messaging play well with publish_errors 2015-03-28 11:32:24 +00:00
messaging.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
middleware.py Update to oslo.context 2015-03-11 10:09:51 +01:00
notifier.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00