Commit Graph

3 Commits

Author SHA1 Message Date
melissaml 87cbdd6649 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I790c1876a3e44da8623c74632332f0e453dce1f6
2019-07-09 16:36:22 +00:00
gengchc2 64a549e6db Replaces 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: I78fde872948d6838957e35765c3f182bd4b9b512
2017-02-04 18:21:33 +08:00
Michael Gugino 7bf237926c Add generate_requirements tool
Adding a tool for generating requirements.yml
files for each Openstack-Ansible role.  This
tool is intended to be used by maintainers of
OpenStack-Ansible.  The goal of the generated
requirements.yml files to allow end users the
ability to consume roles without needing to
use all of OpenStack-Ansible.

Change-Id: I8f4c0bf3ea4366bd84b671f796cedc07e5d4db80
2016-08-02 13:52:54 -04:00