gecko-dev/taskcluster/taskgraph/cron
Gregory Szorc 3f4ac974d3 Bug 1469999 - Use yaml.safe_load() in taskgraph; r=dustin
yaml.load() can evaluate arbitrary Python code via syntax such as
`!!python/object/apply:os.system`. Seriously.

Let's switch taskgraph to yaml.safe_load(), which is reasonable
about limiting magic.

Differential Revision: https://phabricator.services.mozilla.com/D1736
2018-06-25 21:34:30 +00:00
..
__init__.py Bug 1469999 - Use yaml.safe_load() in taskgraph; r=dustin 2018-06-25 21:34:30 +00:00
decision.py Bug 1469999 - Use yaml.safe_load() in taskgraph; r=dustin 2018-06-25 21:34:30 +00:00
schema.py Bug 1453067 Support for days (of week or month) in taskcluster cron r=dustin 2018-04-12 12:39:20 +01:00
util.py Bug 1453067 Support for days (of week or month) in taskcluster cron r=dustin 2018-04-12 12:39:20 +01:00