Replies: 1 comment
-
Stealing ssh-keys in That are the default-prefs of gnome-builder for (semantic) code-completion, warnings/annotation. As you can see Stylelint, ESlint and Pylint are disabled by default because they may execute code (e.g. setup.py?). But |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just stumbled on this PoC project that demonstrates that simply opening a Rust project in VScode (or just building it on CLI) will read secret files and send them over network: https://github.com/lucky/bad_actor_poc
Firejail would protect against reading the SSH key when starting VScode, but it looks like we still miss a cargo profile. :-)
Beta Was this translation helpful? Give feedback.
All reactions