Hacker Newsnew | past | comments | ask | show | jobs | submit | patbuchanan's commentslogin

We got hit. Cleaned up but still trying to find the origin. Assuming a VS Code plugin at this point that must have been poisoned. Have you found anything?

You can see if your account is leaking by searching for any branches of that [REDACTED] name:

for repo in $(gh repo list YOUR_ACCOUNT --json name -q '.[].name'); do if gh api repos/YOUR_ACCOUNT/$repo/branches/REDACTED &>/dev/null; then echo " Found 'REDACTED' in: $repo" fi done


Agreed - that's what I'm checking on the majority of the time myself.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: