Safe regex handling with ReDoS protection. Keeps dangerous patterns under pressure.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
@utilarium/pressurelid is a Node.js library that provides safe regex handling with ReDoS protection, analyzing patterns for dangerous constructs and enforcing execution timeouts. It's designed for developers who need to safely process user-provided regex patterns or glob patterns without risking application freezes from catastrophic backtracking attacks. The library combines static analysis to detect risky patterns with runtime timeout protection, making it ideal for applications that accept regex input from untrusted sources like form builders, search interfaces, or configuration systems.