You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if that command ending up in my shell history is expected or avoidable, though it is definitely surprising. My (and my colleagues) initial reaction to discovering this was to assume that we had picked up a vulnerability and started work to secure our systems against potential intrusion. Investigation (thankfully) suggests that this extension is a more likely source of the unexpected shell history.
It would be great if the extension could avoid polluting the user's shell history in this manner.
The text was updated successfully, but these errors were encountered:
Environment data
Expected behaviour
When collecting environment data, the extension should not pollute the user's shell history.
Actual behaviour
I observed lines such as
printenv > /tmp/tmp-45935fdNhOTkd5hRYtxt
in my shell history which appear to have come fromvscode-jupyter/src/platform/terminals/helper.node.ts
Lines 81 to 93 in 545c0a7
I'm not sure if that command ending up in my shell history is expected or avoidable, though it is definitely surprising. My (and my colleagues) initial reaction to discovering this was to assume that we had picked up a vulnerability and started work to secure our systems against potential intrusion. Investigation (thankfully) suggests that this extension is a more likely source of the unexpected shell history.
It would be great if the extension could avoid polluting the user's shell history in this manner.
The text was updated successfully, but these errors were encountered: