Javeme 668062ed07 Use more secure yaml.safe_load() instead of yaml.load()
The function yaml.load() provides the ability to construct an arbitrary
Python object. For security, we use yaml.safe_load() instead which
limits this ability to simple Python objects(like integers or lists).

ref: https://en.wikipedia.org/wiki/YAML#Security

Change-Id: Iea2a2d79c764d635b02c5d6d36c9a5652010d716
2016-02-11 14:35:24 +08:00
2015-09-24 18:11:22 +08:00
2015-11-23 18:35:44 -07:00
2014-06-05 22:48:44 +02:00
2015-10-26 18:11:15 +01:00
2016-01-29 10:39:35 +00:00
2015-09-17 12:16:04 +00:00
2016-02-02 11:37:41 -05:00

Oslo Messaging Library

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.

Description
OpenStack library for messaging
Readme 36 MiB
Languages
Python 99.8%
Shell 0.2%