Luis NorambuenaM to PythonEnglish · 3 days agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square41fedilinkarrow-up157arrow-down14file-text
arrow-up153arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis NorambuenaM to PythonEnglish · 3 days agomessage-square41fedilinkfile-text
minus-squarewewbull@feddit.uklinkfedilinkEnglisharrow-up2·edit-22 days agoSo the problem here is that you can inject code into a system python process because they run with the user’s python install location on their path. They’ve fixed the wrong “root cause”.
So the problem here is that you can inject code into a system python process because they run with the user’s python install location on their path.
They’ve fixed the wrong “root cause”.