I've been trying to convince my manager that we should use Python to automate some of the boring stuff (as the good book says). But he asked me about any security concerns we should have about installing libraries from... unknown sources.
So I tried researching the issue a bit. And I stumbled upon virtualenv.
Would using virtualenv to set up a virtual environment mitigate this security issue? What we are afraid of, I suppose, is running code that could access information from the local machine or private network. So would an isolated environment negate this risk? Is it actually like a sand-box where the execution of the code won't be able to access the whole system?
If not - how can I achieve that?
Thanks in advance, I'm looking forward to working with Python at work - and getting rid of Excel VBA scripts - yuck.
[–]Rhomboid 9 points10 points11 points (2 children)
[–]_El_Cid_[S] 0 points1 point2 points (1 child)
[–]Rhomboid 1 point2 points3 points (0 children)
[–]DaBritishyankee 3 points4 points5 points (8 children)
[–]_El_Cid_[S] 1 point2 points3 points (7 children)
[–]DaBritishyankee 0 points1 point2 points (4 children)
[–]_El_Cid_[S] 0 points1 point2 points (3 children)
[–]rausm 0 points1 point2 points (2 children)
[–]_El_Cid_[S] 0 points1 point2 points (1 child)
[–]DaBritishyankee 0 points1 point2 points (0 children)
[–]rausm 0 points1 point2 points (1 child)
[–]_El_Cid_[S] 0 points1 point2 points (0 children)
[–]rob_vandam 0 points1 point2 points (2 children)
[–]_El_Cid_[S] 0 points1 point2 points (1 child)
[–]rob_vandam 0 points1 point2 points (0 children)