Luis NorambuenaM to PythonEnglish · 2 months agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square42fedilinkarrow-up158arrow-down15file-text
arrow-up153arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis NorambuenaM to PythonEnglish · 2 months agomessage-square42fedilinkfile-text
minus-squarewewbull@feddit.uklinkfedilinkEnglisharrow-up2·edit-22 months 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”.