Skip to content
Snippets Groups Projects
  1. May 13, 2021
    • Jelle van der Waa's avatar
      Rate limit mediawiki API endpoint · dbd68aa2
      Jelle van der Waa authored
      Our API endpoint was being abused by a malicious user which send about
      20 req/s, as php-fpm uses a pool of workers this easily over burdens
      them and also gives the server a constant 100% CPU load.
      
      Applying a rate limit succesfully negates this issue.
      Verified
      dbd68aa2
  2. May 12, 2021
  3. May 11, 2021
  4. May 09, 2021
  5. May 08, 2021
  6. May 07, 2021
  7. May 05, 2021
  8. May 04, 2021
  9. May 03, 2021
  10. May 01, 2021
  11. Apr 30, 2021
  12. Apr 27, 2021
Loading