Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moment/moment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.29.3
Choose a base ref
...
head repository: moment/moment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.29.4
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Jul 6, 2022

  1. [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).
    vovikhangcdv authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7aebb16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e6153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6374fd8 View commit details
    Browse the repository at this point in the history
  4. [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).
    vovikhangcdv authored and ichernev committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9a3b589 View commit details
    Browse the repository at this point in the history
  5. Update changelog for 2.29.4

    ichernev committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    536ad0c View commit details
    Browse the repository at this point in the history
  6. Bump version to 2.24.4

    ichernev committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f2006b6 View commit details
    Browse the repository at this point in the history
  7. Build 2.24.4

    ichernev committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    000ac18 View commit details
    Browse the repository at this point in the history
Loading