Earlier quoted context omitted.
> I wonder if vscode would still load the script if you click “don’t trust author” It doesn't. VSCode dev replied here on it here: https://news.ycombinator.com/item?id=46719712 . But, I don't think anybody pays attention to the workspace trust. When ".vscode" has launch commands, it should rather say, "Trusting this workspace runs the following command on your behalf" or something similar.
Typical. I’m uninstalling VSCode right now. Does it leave any malware behind that can still run things? Probably.
I Inspected My Take-Home Interview Project. It Was a Whole Operation
111–120 of 135 posts
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#112> You don’t even have to run a git command, just opening this directory in VSCode is enough to get infected. LOL, is that shit being worked on by former Outlook developers, bringing with them their zero click bags of tricks?
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#113The post title really buries the lede. > You don’t even have to run a git command, just opening this directory in VSCode is enough to get infected. The old adage that Microslop and Security in the same sentence is a contradiction in terms still applies, now with a vengeance. Never open 3rd-party stuff with VSCode.
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#114Earlier quoted context omitted.
Typical. I’m uninstalling VSCode right now. Does it leave any malware behind that can still run things? Probably.
I feel like vscode is doing everything right here and they cant really do much about users choosing to ignore security warnings. Other IDEs here do exactly the same or less. Not saying there isn't room to improve, but again if you're uninstalling vscode what are you going to replace it with?
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#115Ok, how do I disable git hooks unless it’s in a manually blessed directory?
git config --global core.hooksPath /dev/null Then, in repos you want to turn it on: git config core.hooksPath "$PWD/.git/hooks" This also works on Windows (and presumably other operating systems where /dev/null does not exist) as it seems to be handled as a special-case value.
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#116If you want to hire me, I do not want to see your code until I see money from you.
I do not want your code on my computer until there is a contract and quite a lot of money in my account. Even then, I'd prefer you to keep your code on your computers, which I will connect to.
For a "take-home interview"? You want me to work for you for free? Nah. Pay me.
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#117That was a fun read, I wonder if vscode would still load the script if you click “don’t trust author”? That being said, can you embed something yourself and push the commit?
> I wonder if vscode would still load the script if you click “don’t trust author” It doesn't. VSCode dev replied here on it here: https://news.ycombinator.com/item?id=46719712 . But, I don't think anybody pays attention to the workspace trust. When ".vscode" has launch commands, it should rather say, "Trusting this workspace runs the following command on your behalf" or something similar.
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#118Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#119Wow, after reading this article, I figured out I was hacked, but with a way more sophisticated attack. A few weeks ago, I had an interview with a CTO of a totally legit company. It was weird because he had disabled the camera, and the person had a strong accent. But everything else sounded like a normal screening interview, and the person definitely knew what he was talking about. At the end of the interview, he expl…
It's so weird to me that I'm on same social media as people worthy of targeted attacks. Like, I'm a total nobody, all I get is "Free Spins For You!" and "I am a dying German billionaire...". My favorite email had a subject "Sorry I broke your vagina".
Re: I Inspected My Take-Home Interview Project. It Was a Whole Operation
#120Wow, after reading this article, I figured out I was hacked, but with a way more sophisticated attack. A few weeks ago, I had an interview with a CTO of a totally legit company. It was weird because he had disabled the camera, and the person had a strong accent. But everything else sounded like a normal screening interview, and the person definitely knew what he was talking about. At the end of the interview, he expl…
Yikes. Going to need containerised vscode in this world.