irc-meetings/tools
Nguyen Hung Phuong 1134cbcf05 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.

While we're there switch to https for the load so we can be more
confident this is 'correct' data

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

Change-Id: I89adc358f1b3e934788a416b7ef7ea8bfc1a45db
2018-03-08 14:03:36 +11:00
..
check_chair.py check_chair: Actually fail if there is a problem. 2016-10-05 00:59:56 +00:00
check_channels.py Update channel list from project-config 2017-09-22 08:31:09 -04:00
count_slot_usage.py Update Puppet OpenStack meeting information 2017-08-03 10:07:32 -06:00
list_ptls.py Replaces yaml.load() with yaml.safe_load() 2018-03-08 14:03:36 +11:00