Comment on A Celery-like Python Task Queue in 55 Lines of CodeparentComments−bagels12yI thought the risk was if the data came from an untrusted source, as it might contain code?−jonesetc12yI think shooting it over the network is considered untrusted. Man in the middle becomes a problem.
Comments
I thought the risk was if the data came from an untrusted source, as it might contain code?
I think shooting it over the network is considered untrusted. Man in the middle becomes a problem.