governance/tools
gengchc2 1d9b388bf1 Replaces yaml.load() with yaml.safe_load() for governance
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: Icf559f9c8b37c6f564c820fde79c85a77ba4f839
2017-03-10 01:05:29 +00:00
..
base.py Use six.add_metaclass instead of __metaclass__ 2016-12-05 11:21:52 +07:00
build_team_section_for_goal.py use case-insensitive sort for project teams in goal documents 2016-12-20 07:47:19 -05:00
check_projects_yaml_alphabetized.sh Ensure that reference/projects.yaml is sorted 2015-07-29 21:02:12 +02:00
teamstats.py Replaces yaml.load() with yaml.safe_load() for governance 2017-03-10 01:05:29 +00:00
universe_dot.py Add a tool that allows visualizing the projects as a graph 2015-11-10 13:13:48 -08:00
validate_tags.py Replaces yaml.load() with yaml.safe_load() for governance 2017-03-10 01:05:29 +00:00