Python: Does pip install allow escalation of privileges, e.g. through setuid?
I’ve read that pip install foo allows the developers of foo to run arbitrary code on my machine. I don’t mind, as long as I can use Linux user permissions to sandbox it. However, I worry that maybe pip (like apt) could be configured to run… Continue reading Python: Does pip install allow escalation of privileges, e.g. through setuid?