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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/