hapijs / hoek

Node utilities shared among the extended hapi universe
Other
481 stars 171 forks source link

Fix reachTemplate() regex timing #371

Closed devinivy closed 2 years ago

devinivy commented 2 years ago

This fixes an issue where the template argument of reachTemplate() can run in quadratic time based on its length for certain inputs. Many thanks to @ready-research for the find and disclosure, and to @nlf for the proposed fix.