Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: redos Clear Filter

Show HN: Regolith – Regex library that prevents ReDoS CVEs in TypeScript

Regolith A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear Regex under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case. Motivation: I wanted a Regex library for TypeScript and JavaScript where I didn't have to worry about ReDoS attacks. Important Regolith is still early in development! We need h