python-muranoclient/muranoclient/common
Kirill Zaitsev b1e8a1753c Use yaml.SafeLoader instead of yaml.Loader
Before this patch yaml.Loader was used by the client to create custom
yaql-enabled yaml loader. It is unsfae do to so, because yaml.Loader is
capable of creating custom python objects from specifically constructed
yaml files.
UI parsing functions also fell back to yaml.Loader if
the custom loader was not supplied.
After this patch all yaml load operations are performed with safe
loaders instead.

Change-Id: Id9bb6eabda35522271ec394f8758a974878cbb4b
Closes-Bug: #1586078
2016-06-23 18:36:04 +03:00
..
__init__.py KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
base.py Return detailed info when get environment by name 2015-09-11 18:59:30 +03:00
exceptions.py Merge "Strip json and html from error messages" 2015-09-04 15:07:03 +00:00
http.py Hide token id in logs 2015-10-07 08:44:05 +00:00
utils.py Use yaml.SafeLoader instead of yaml.Loader 2016-06-23 18:36:04 +03:00
yaqlexpression.py Support for YAQL 1.0.0 2015-08-21 10:01:12 +00:00
yaqlexpression_legacy.py Support for YAQL 1.0.0 2015-08-21 10:01:12 +00:00