Updated openstack/openstack

Project: openstack/heat-templates  8dbb1e76c03e19d0f6fa99e80fc6ce6e493e1f45

Replace yaml.load() with yaml.safe_load()

Yaml.load() return Python object may be dangerous if
you receive a YAML document from an untrusted source
such as the Internet. The function yaml.safe_load()
limits this ability to simple Python objects like
integers or lists.

Reference:
https://security.openstack.org/guidelines/dg_avoid-dangerous-input-parsing-libraries.html

Change-Id: Ib2bfd11354c6b35c90938c1075729dc7028236a3
This commit is contained in:
Jenkins 2017-04-09 14:54:37 +00:00 committed by Gerrit Code Review
parent 8fc6ca9819
commit 331d8423ad
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7879033e7dc8a43c79c17a8ab863ee4f1d26bbbc
Subproject commit 8dbb1e76c03e19d0f6fa99e80fc6ce6e493e1f45