
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
nodebb-plugin-reputation-rules
Advanced tools
Reputation rules to prevent abuse and make it more reliable
Rules to prevent abuse of the reputation system and reward most valuable users.

Upvoting In order to upvote, the user must have
{MIN_POSTS_TO_UPVOTE} posts or more{MIN_DAYS_TO_UPVOTE} days since registrationDownvoting In order to downvote, the user must have
{MIN_POSTS_TO_DOWNVOTE} posts or more{MIN_DAYS_TO_DOWNVOTE} since registration{MIN_REPUTATION_TO_DOWNVOTE} reputation or moreDownvoting costs {DOWNVOTE_PENALIZATION} reputation (user who votes loses some reputation)
One user can't vote (up or down) more than X times a day, being X = reputation/10. With a minimum of 5 and a max of 50
One user can't downvote more than 5 times a day. Zero to disable this maximum
Reputation can be disabled in certain subforums
A user cannot vote the same person twice in a month
A user cannot vote more than 5 messages in the same thread
Upvotes give extra reputation depending on the user who is voting:
floor(votersReputation * 5%) (you can change this percentage in the ACP)Downvotes decrease extra reputation depending on the user who is voting:
floor(votersReputation * 5%) (you can change this percentage in the ACP)Undoing votes:
Upvotes and downvotes should have a maximum weight, configurable. So that rule #8 doesn't make vote points tend to infinity.
Optional: you can limit upvotes and downvotes to recent posts. In other words, if a message is too old, users won't be able to vote it.
You can configure what "too old" means for you, for example 30 days, 90 days, or 0 if you want to disable this feature and allow votes in old posts.
Note unvotes are always allowed.
v1.2.3
v1.2.2
v1.2.1
v1.2.0
FAQs
Reputation rules to prevent abuse and make it more reliable
We found that nodebb-plugin-reputation-rules demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.