-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: fix json tag #9064
bug: fix json tag #9064
Conversation
Important Review skippedAuto reviews are limited to specific labels. Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
60ca0bf
to
26dd72d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. Looks like the code isn't actually used for parsing JSON, otherwise this would've failed...
@Sajjon thanks for the warning. We get a lot of these drive-by "contributions", though usually it's because there's a financial incentive somewhere (either they get some form of crypto token as rewards for open source contributions or participate in events like "Google Summer of Code" or similar). @longhutianjie any response to this accusation from your end? And make sure your response doesn't sound like AI generated BS... |
@guggero This is the second GH user which:
The exact same behaviour was done by GH use hoprnet/hoprnet#6482 (comment)
Whatever that means? Obvious bad translation service. Point 6) is a specifically strong indication - imagine you have not actually setup signing of git commits (GPG or SSH key) - what do you do if you are an honest actor? Well you don't sign right... Here user is trying to make commit look serious by appending the string "Signed Off by" - which I see user did not do in this PR, most have forgotten, but did in crypto-org-chain/cronos@00c1941, and in ethereumclassic/ethereumclassic.github.io@0461042 |
Thank you for your response. Unfortunately 1-4 and 7 are quite common for those drive-by PRs. Though it looks like they updated their behavior? Since the commit in this PR was signed with Probably a good idea to block those users, I agree. |
Change Description
fix json tag
Steps to Test
Steps for reviewers to follow to test the change.
Pull Request Checklist
Testing
Code Style and Documentation
[skip ci]
in the commit message for small changes.📝 Please see our Contribution Guidelines for further guidance.