gertty/gertty
Nguyen Hung Phuong c6813a95fa 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: I1793ee3484f51dd663052e367d86f96f2f7598ea
2018-02-13 09:27:12 +00:00
..
alembic Add an outdated flag for changes 2016-08-09 09:32:55 -07:00
search Allow negative comparison on null topics 2017-03-17 14:43:47 -07:00
view Show merged parents if outdated 2018-02-10 17:51:59 -08:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
alembic.ini Use alembic 2014-05-07 21:35:07 -04:00
app.py Use open instead of file for python3 2017-06-23 14:28:44 +09:00
auth.py Use urlparse from six for python 3 compat 2016-09-20 01:47:48 -07:00
commentlink.py Allow gertty to run in Py3K environments 2016-01-15 09:10:31 -08:00
config.py Replaces yaml.load() with yaml.safe_load() 2018-02-13 09:27:12 +00:00
db.py Handle approvals with no name 2017-08-14 09:38:38 -07:00
dbsupport.py Attach comments to files 2015-05-27 08:34:04 -07:00
gitrepo.py Speed up loading change screen 2017-08-24 13:18:33 -07:00
keymap.py Show potential completions 2016-05-02 11:00:40 -05:00
mywid.py Make change list searchable 2016-05-02 11:01:42 -05:00
palette.py Make size a graph 2017-03-03 14:44:08 -08:00
requestsexceptions.py Handle SNIMissingWarning requests exception 2016-05-11 11:37:19 -07:00
sync.py Speed up loading change screen 2017-08-24 13:18:33 -07:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00