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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: handlebars-lang/handlebars.js
base: v4.3.1
Choose a base ref
head repository: handlebars-lang/handlebars.js
compare: v4.3.2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 26, 2019

  1. Use Object.prototype.propertyIsEnumerable to check for constructors

    - context.propertyIsEnumerable can be replaced
      via __definedGetter__
    - This is a fix specific to counter a known RCE exploit.
      Other fixes will follow.
    
    closes #1563
    nknapp committed Sep 26, 2019
    Copy the full SHA
    213c0bb View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed Sep 26, 2019
    Copy the full SHA
    c5cbeac View commit details
    Browse the repository at this point in the history
  3. v4.3.2

    nknapp committed Sep 26, 2019
    Copy the full SHA
    2357140 View commit details
    Browse the repository at this point in the history