News

This is really only here for my own reference from research that I've been doing in my spare time. This code was created after looking for examples online about how to use the subprocess module on ...
The Python documentation makes it clear that having shell=True in your call to subprocess.check_output (and other functions) is a potential security risk. If you're getting input from an unknown or ...
Uses python and the subprocess module to run a docker container and send inputs through stdin This repo show the proof of concept that you can have stdin into a docker running a python program that ...