Comment on A Celery-like Python Task Queue in 55 Lines of CodeparentComments−ForHackernews12yPython's YAML implementation isn't safe by default. You have to use yaml.safe_load() because the standard load() function can execute arbitrary code.
Comments
Python's YAML implementation isn't safe by default. You have to use yaml.safe_load() because the standard load() function can execute arbitrary code.