Is it possible that a repo you committed to got taken over and renamed? Furthermore, MicrosoftHub likely only checks basic info when tying users to commits so you could prob add any repo to GitHub and have it show that users committed that never actually did.
Cybersecurity
An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!
Rules
Community Rules
- Be kind
- Limit promotional activities
- Non-cybersecurity posts should be redirected to other communities within infosec.pub.
@timewarp@lemmy.world
I'm pretty sure this is some kind of spam, because I can't think of any legitimate reason for thousands of co-authors to be listed on a single commit. But just for kicks, any ideas how I might go about checking if the repo was renamed?
Since it got taken down you'll likely need to see if there is still some info using the API. You could also check the GitHub activity log. Some sites "cache" or scrape GitHub repos as well that might provide more insight.
@timewarp@lemmy.world Great, thank you!
You can have Linus Torvalds listed in your private repo as a contributor if you just push a commit with his email address in git config user.email
. Probably something similar.
Based on the username, they are trying to DOS github by tagging an unexpected number of users. GL lol.
@Tyoda@lemm.ee yeah, that's kinda what I figured might be happening, but I thought I should still ask the experts, just in case. I used to work in cybersecurity, but that was back in the #Sasser worm era (IYKYK 😅), so I'm more than a little rusty.