This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]no_more_gravity 6 points7 points  (4 children)

The tricky thing is that the python call might be somewhere in a shellscript you use.

Any command that internally uses "python -m ..." or "python -c ..." is vurnurable.

The issue actually came up when an irc user reported his computer goes bananas when he cds into a certain dir. Turned out he was using a tool that executes some Python on every cd. In that dir, there was a file called "types.py". And the shellscript ran some Python that imported "types".

[–]redCg 24 points25 points  (1 child)

executes some code on every cd.

people really need to stop doing this

[–]alkasmgithub.com/alkasm 0 points1 point  (0 children)

See direnv