# jakeroggenbuck/regolith

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/jakeroggenbuck-regolith).**

74 stars · 2 forks · JavaScript · MIT

## Links

- GitHub: https://github.com/JakeRoggenbuck/regolith
- Homepage: https://www.regolithjs.com/
- awesome-repositories: https://awesome-repositories.com/repository/jakeroggenbuck-regolith.md

## Description

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.

## Tags

### Part of an Awesome List

- [Static Code Analysis](https://awesome-repositories.com/f/awesome-lists/devtools/static-code-analysis.md) — TypeScript library to prevent ReDoS attacks.
