Comment on VS Code’s Token Security: Keeping Your Secrets… Not So Secretly
sorrybookbroke@sh.itjust.works 1 year ago
Glad this was found due to the open source nature of vscode, who knows how long something like this could have festered if someone malicious found it via decompiling and reverse engineering.
Open source is great at finding vonurabilities fast and fixing them, but I can understand the idea behind closed source code taking longer to find but longer to become public, and be fixed
avidamoeba@lemmy.ca 1 year ago
TBH, you don’t need to read any source to figure this out. If a third party binary can execute other processes under your user, they can do anything that you can which doesn’t require admin privileges. Given how many extensions launch other programs, it’s pretty much a given this is the case.