Closed
Bug 783262
Opened 14 years ago
Closed 13 years ago
[tracker] Add rate limiting to protect us from spammers
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
2013Q2
People
(Reporter: atopal, Unassigned)
References
Details
(Whiteboard: u=sumo-team c=general p=)
There are a number of places where spammers and other attackers can attack us by using site functionality. We have two goals with rate limiting:
1. Protect our KPI
2. Protect our users/contributors
1. Our KPIs are at based on the data collected from the site. Since we make decisions based on them we need to be able to rely on the validity of the data.
2. Even if no KPIs are affected a flooded thread, discussion forum or article history page can make the site unusable for users and contributors.
For KPIs rate limit:
* number of questions per day
* number of KB helpful votes per day
* number of forum helpful votes per day
For protection of users/contributors
* number of KB revisions (new, edit, localization) per day
* number of answers per hour
| Reporter | ||
Comment 1•14 years ago
|
||
For protection of users/contributors:
* number of support forum threads and replies per hour
* number of KB forum threads and replies per hour
* number of article forum threads and replies per hour
| Reporter | ||
Updated•14 years ago
|
Summary: Add rate limiting to protect us from spammers → [tracker] Add rate limiting to protect us from spammers
| Reporter | ||
Comment 2•14 years ago
|
||
This was discussed further and notes are kept in https://etherpad.mozilla.org/sumo-rate-limiting
While this bug will be used as a tracker we'll spin off new bugs for individual items to be rate limited
| Reporter | ||
Updated•13 years ago
|
Target Milestone: 2012Q3 → 2013Q1
Comment 3•13 years ago
|
||
(In reply to Kadir Topal [:atopal] from comment #2)
> This was discussed further and notes are kept in
> https://etherpad.mozilla.org/sumo-rate-limiting
>
> While this bug will be used as a tracker we'll spin off new bugs for
> individual items to be rate limited
Do we need to consider rate limiting posting original questions. And if possible rate limiting account creation. Spammers actively exploit this. Detail added to etherpad.
| Reporter | ||
Comment 4•13 years ago
|
||
Yeah, it makes sense to limit that too.
Comment 6•13 years ago
|
||
Looks like are done here \o/
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: Future → 2013Q2
You need to log in
before you can comment on or make changes to this bug.
Description
•