fuel-stats/migration
gengchc2 99ad4fba53 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: I9841e688e16e9bebef5eb278ee2f3a12f2ca61f4
2017-02-04 11:50:24 +08:00
..
migration TrivialFix: Using assertEqual instead of assertEquals 2016-09-28 11:54:37 +07:00
manage_migration.py Replaces yaml.load() with yaml.safe_load() 2017-02-04 11:50:24 +08:00
requirements.txt Config params substitution handled in managers 2014-11-25 16:13:56 +03:00
setup.py Migration from PostgreSQL to Elasticsearch 2014-10-28 14:44:20 +03:00
test-requirements.txt Migration from PostgreSQL to Elasticsearch 2014-10-28 14:44:20 +03:00
tox.ini Migration from PostgreSQL to Elasticsearch 2014-10-28 14:44:20 +03:00