| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.0.1 source code.tar.gz | 2026-05-18 | 415.4 kB | |
| 3.0.1 source code.zip | 2026-05-18 | 417.9 kB | |
| README.md | 2026-05-18 | 678 Bytes | |
| Totals: 3 Items | 834.0 kB | 0 | |
3.0.1
Fixed
- HTML Code View Regex Risk — fixed a polynomial regular expression vulnerability in HTML code view formatting
- Replaced the regex-based tokenizer with a deterministic linear scan implementation
Improved
- Improved performance and stability when formatting large or malformed HTML content
- Simplified internal HTML formatting logic for safer processing behavior
Security
- Reduced ReDoS (Regular Expression Denial of Service) attack surface in HTML code view processing
- Eliminated expensive regex backtracking behavior during HTML formatting
Full Changelog: https://github.com/neikiri/neiki-editor/compare/3.0.0...3.0.1