Skip to content

3.0.1

Choose a tag to compare

@neikiri neikiri released this 18 May 20:45
· 14 commits to main since this release

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: 3.0.0...3.0.1