murano/releasenotes
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
..
notes Use SafeLoader to load yaml files 2016-06-23 18:30:04 +03:00
source Updated mock release note and mock-index maxdepth 2015-12-18 16:44:54 +03:00