(no title)
hexomancer | 7 months ago
> nobody will do that
"nobody" is a strong word. Yes, most people don't do that, but if a single person reads the source code and finds something nefarious they can report it or leave a review disclosing that and my reputation would be ruined.
msgodel|7 months ago
I don't think it's good to constrain people in some way from doing that, you should just have a personal policy of avoiding extensions you're not involved in the development of.
anuramat|7 months ago
4gotunameagain|7 months ago
My intention was to highlight that the SW supply chain nowadays is an insecure mess.
Regarding your last point, for the vast majority of open source SW releases, we can never be sure if the release we get is produced from the same code we see. I do not know if that is the case with VScode addons, but you get my point
hexomancer|7 months ago
You actually can depackage vscode's .vsix files (it is just a zip file) and compare the package contents to the repository.