| Version | Supported |
|---|---|
| 2.x | Yes |
| < 2.0 | No |
If you discover a security vulnerability in terlik.js, please report it responsibly:
- Do NOT open a public issue.
- Email badursun@gmail.com with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- You will receive a response within 48 hours.
- ReDoS protection — All regex patterns are bounded with
{0,3}separators and 250ms timeout safety nets. - Input length limit —
maxLengthoption (default: 10,000 chars) prevents oversized input abuse. - No eval/Function — No dynamic code execution anywhere in the codebase.
- Zero dependencies — No supply chain attack surface from third-party packages.