The GHSL-2020-302 advisory explicitly identifies the email validation regex as vulnerable through a PoC demonstrating ReDoS.
The CVE description confirms the presence of ReDoS-vulnerable regex patterns.
While no exact function names are provided, email validation is a core feature of validation libraries, and the provided PoC directly targets email validation logic.
The archived GitHub issue (#342) and lack of patches corroborate the presence of unresolved regex issues in the email validator.