python-muranoclient/muranoclient/v1
Kirill Zaitsev cd182ba363 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:26:23 +03:00
..
package_creator Use yaml.SafeLoader instead of yaml.Loader 2016-06-23 18:26:23 +03:00
__init__.py Run hacking in a right way 2014-05-16 16:37:15 +04:00
actions.py Modified docstrings to comply with pep8 H405 style check 2016-06-06 13:43:11 +00:00
artifact_packages.py Use yaml.SafeLoader instead of yaml.Loader 2016-06-23 18:26:23 +03:00
categories.py Add parameter support to pagination-list 2015-08-12 12:46:50 +03:00
client.py Fixes TypeError in Client constructor 2016-02-08 15:22:31 +03:00
deployments.py Refactor request methods in HTTP/SessionClient classes 2016-03-22 17:44:10 +02:00
environments.py Add python 3 support 2016-01-19 04:30:22 -08:00
instance_statistics.py InstanceStatistics updated for corresponding API change 2014-04-10 22:05:59 +04:00
packages.py Use yaml.SafeLoader instead of yaml.Loader 2016-06-23 18:26:23 +03:00
request_statistics.py Fix the issue with stats API call 2014-04-16 20:10:41 -07:00
services.py Improving python3 compatibility 2016-02-11 16:00:04 +03:00
sessions.py Refactor request methods in HTTP/SessionClient classes 2016-03-22 17:44:10 +02:00
shell.py Import package and dependencies in correct order 2016-06-21 14:04:13 +03:00
templates.py Modified docstrings to comply with pep8 H405 style check 2016-06-06 13:43:11 +00:00