Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] Fix redos in preprocessRFC2822 regex (#6015)
* fix ReDoS in preprocessRFC2822 regex Fixes: [#2936](#6012) Disallow nested rfc2822 comments to prevent quadratic regex execution time (i.e each open bracket is considered at most twice).
- Loading branch information