Eagerod / html-cruncher

HTML parser
MIT License
0 stars 0 forks source link

Prevent catastrophic backtracking #31

Closed Eagerod closed 7 years ago

Eagerod commented 7 years ago

Cleaned up some of the regular expressions, and prevented issues where unterminated tags would cause catastrophic backtracking in the regex engine.