-
Discussion TypeProduct Feedback Discussion ContentIt seems that Github is now being used as a crypto spamming vehicle. Couldn't this be mitigated by throttling Issue creation? |
Beta Was this translation helpful? Give feedback.
Replies: 95 comments 83 replies
-
GitHub’s crypto spam problem is out of control, with millions of fake issues and PRs clogging up repos and notifications. Throttling issue creation—especially for new or suspicious accounts—could help slow the spam flood. GitHub already uses throttling to manage system abuse, so expanding it to issues and PRs makes sensegithub.blog+2. |
Beta Was this translation helpful? Give feedback.
-
I got the same scam email from notification-on/gitcoin.com#97
|
Beta Was this translation helpful? Give feedback.
-
Same scam here gitcoin-developers/gitcoin.com#54 |
Beta Was this translation helpful? Give feedback.
-
I have an unread notification from From looking at the security settings on my account, there's no way to block an organization, only individual users, and I can't block a repo that I don't have permissions to see. The documentation on the support site indicates that to report an organization, I need to navigate to its page and click on a button, but that's clearly not possible when the organization is private. This seems like a fundamental issue with Github's permission model. Either they need to prevent people from interacting with users from contexts that aren't visible to the target of the interaction, or they need to provide a mechanism for users to opt-out of those interactions in some way. Otherwise, they're literally just giving spammers free use of their infrastructure. |
Beta Was this translation helpful? Give feedback.
-
I have a similar issue: git-notify-co/gitcoin-co#446) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I got 2 spam mails recently for gitcoin and something else. |
Beta Was this translation helpful? Give feedback.
-
Currently, I recieve a notification icon from that repo, yet I couldn't see anything, nor can I make the notification go away. |
Beta Was this translation helpful? Give feedback.
-
Another one repo:gitcoindeveloperdao/gitcoin.com -____- |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
I hate it grrrrrr |
Beta Was this translation helpful? Give feedback.
-
I think GitHub and Gitcoin should take this seriously by make an official announcement about phising. |
Beta Was this translation helpful? Give feedback.
-
Got a notification from gitcoin-dev/gitcoin.com |
Beta Was this translation helpful? Give feedback.
-
Another one: Gitcoin-Engineer/gitcoin.com#491 |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
-
I’ve created an interactive Python script that removes spam notifications. https://gist.github.com/Nriver/42feddd2a369a8f1519b47adb81ebef8 Demo![]() ResultsBefore: ![]() After: ![]() |
Beta Was this translation helpful? Give feedback.
-
The problem persists; clearing the notifications doesn't actually solve the issue. It requires you to constantly clear them, and you still need to remain vigilant; the phishing attempts continue. |
Beta Was this translation helpful? Give feedback.
-
I think it's funny. Is it difficult for the official to release a button to clean up the notification? |
Beta Was this translation helpful? Give feedback.
-
Just got another from ![]() |
Beta Was this translation helpful? Give feedback.
-
it keeps going, tho looks like repos have been taken down ![]() |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have the spam of gitcoinmember/gitcoinmember |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
While cleanup tools can alleviate the problem temporarily, the real solution is for the developers to: Add filtering capabilities to the notification system. However, it's unclear whether this is an official channel for reporting issues. |
Beta Was this translation helpful? Give feedback.
-
another phantom notification from |
Beta Was this translation helpful? Give feedback.
-
A lot of folks have shared wholesome, creative ways to tackle the notifications mess - most of them wipe all notifications. gh extension install emmanuel-ferdman/gh-gonest
gh gonest You can find more information about it emmanuel-ferdman/gh-gonest. |
Beta Was this translation helpful? Give feedback.
-
Github should fix this problem asap. Why should we use any third-party scripts to resolve Github's backend issue? |
Beta Was this translation helpful? Give feedback.
-
@emmanuel-ferdman - Thank you so much for this!!!!
It cleared the |
Beta Was this translation helpful? Give feedback.
-
For those who don't want to install Github CLI just to solve this problem, you can use these To get unread notifications, run this command:
Replace
Note the
This will clear that notification. |
Beta Was this translation helpful? Give feedback.
At this point I assume that the Github team is working diligently on preventing events like this from occurring in the future.
That said, if your account was affected and are looking to remove the resulting notification a script has been provided.