regex v1.4.2 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • 🚀 This is a small bug fix release that bans \P{any}. We previously banned empty classes like [^\w\W], but missed the \P{any} case. In the future, we hope to permit empty classes.

    • BUG #722: Ban \P{any} to avoid a panic in the regex compiler. Found by OSS-Fuzz.