Detecting a Typosquatting Attack on my Go repositoryMarch 25, 2025A look at how I discovered a typosquatting attack on my repository and the steps I took to combat it.GitHubGoSecurityTyposquatting
Understanding GitHub API Rate LimitsMarch 6, 2025GitHub API limits unauthenticated requests to 60 per hour per IP. By using a personal access token, you can increase this limit to 5,000 requests per hour.GitHubAPIRate Limits