Before this patch yaql-enabled yaml Loader was inherited from yaml.Loader, that
potentially allows creating arbitrary python objects from specifically
formatted yaml tags. This could have happened whenever UI definitions of
the package were processed.
With this change yaql yaml-Loader no longer allows creating custom python objects.
Reviewed: https:/ /review. openstack. org/333432 /git.openstack. org/cgit/ openstack/ murano- dashboard/ commit/ ?id=0f3745415ab 4f083cbf069a9cb 574168e499a386
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 0f3745415ab4f08 3cbf069a9cb5741 68e499a386
Author: Kirill Zaitsev <email address hidden>
Date: Fri May 27 00:11:28 2016 +0300
Inherit custom yaml Loader from yaml.SafeLoader
Before this patch yaql-enabled yaml Loader was inherited from yaml.Loader, that
potentially allows creating arbitrary python objects from specifically
formatted yaml tags. This could have happened whenever UI definitions of
the package were processed.
With this change yaql yaml-Loader no longer allows creating custom python objects.
Change-Id: I4fe38aa7e0fc56 7211ab872c7e1f8 e81dbc3e765
Closes-Bug: #1586079