https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39109 Bug ID: 39109 Summary: Add throttling / rate limiting to Koha Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Botnets and web spiders can easily bring a Koha instance down. We should implement optional rate limiting in Koha. It appears there are two plack middlewares we could use: https://metacpan.org/pod/Plack::Middleware::Throttle or https://metacpan.org/pod/Plack::Middleware::Throttle::Lite Throttle supports memcached as a backend, but is more complex. Lite uses an in-memory backend, but has fewer dependencies. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.