Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] fix redos in preprocessRFC2822 regex #6013

Closed
wants to merge 2 commits into from

Commits on Jun 7, 2022

  1. fix redos in preprocessRFC2822 regex

    Fixes: [moment#2936](moment#6012)
    
    Directly match the comment tokens in preprocessRFC2822 regex to resolve the problem [Regular Expression Denial of Service (ReDoS)moment#6012](moment#6012)
    vovikhangcdv committed Jun 7, 2022
    Copy the full SHA
    dc0d180 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from vovikhangcdv/fix-redos-in-preprocessRFC2822

    fix redos in preprocessRFC2822 regex
    vovikhangcdv committed Jun 7, 2022
    Copy the full SHA
    2efdc32 View commit details
    Browse the repository at this point in the history