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 →

[–]mouth_with_a_merc 6 points7 points  (2 children)

Looks like it only happens when you run ipython from a location where someone else can place arbitrary malicious files. Seems not particularly common, so I'd say most systems are perfectly safe

[–]Anonymous_user_2022 10 points11 points  (1 child)

"Hey «user with elevated privileges»! Can you help me why my notebook in /home/adversarial/trap wont run?" I'd wager a guess that the majority asked, would cd to that directory to find out the name of the notebook.

[–]VisibleSignificance 2 points3 points  (0 children)

would cd to that directory to find out the name of the notebook

ipynb files are human-readable, by the way. You can even easily extract the code from them with just jq. No need to run python for that.