murano/murano/engine
Kirill Zaitsev b03c4759aa Use SafeLoader to load yaml files
Before this patch yaml.Loader was used by the engine to create custom
yaql-enabled yaml loader. It is unsafe do to so, because yaml.Loader is
capable of creating custom python objects from specifically constructed
yaml files.
After this patch all yaml load operations are performed with safe
loaders instead.
Also use SafeConstructor instead of Constructor.

Change-Id: I61a3c42d73608b5d013285f015a45f4774d264e3
Closes-Bug: #1586079
2016-06-23 18:30:04 +03:00
..
system Fixes race condition in HeatStack 2016-05-27 13:09:01 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
execution_session.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
mock_context_manager.py Extension methods were introduced to MuranoPL 2016-03-03 15:01:30 +00:00
murano_package.py Support of MuranoPL extended metadata was added 2016-03-03 12:32:19 +00:00
package_loader.py [Trivial] Fix mismatch string format argument 2016-05-24 11:57:33 +00:00
yaql_yaml_loader.py Use SafeLoader to load yaml files 2016-06-23 18:30:04 +03:00