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

fix(deps): [security] bump handlebars from 4.7.6 to 4.7.7 #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 6, 2021

Bumps handlebars from 4.7.6 to 4.7.7. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Remote code execution in handlebars when compiling templates The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source.

Affected versions: < 4.7.7

Changelog

Sourced from handlebars's changelog.

v4.7.7 - February 15th, 2021

  • fix weird error in integration tests - eb860c0
  • fix: check prototype property access in strict-mode (#1736) - b6d3de7
  • fix: escape property names in compat mode (#1736) - f058970
  • refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
  • chore: start testing on Node.js 12 and 13 - 3789a30

(POSSIBLY) BREAKING CHANGES:

  • the changes from version 4.6.0 now also apply in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.

That is why we only bump the patch version despite mentioning breaking changes.

Commits

Commits
  • a9a8e40 v4.7.7
  • e66aed5 Update release notes
  • 7d4d170 disable IE in Saucelabs tests
  • eb860c0 fix weird error in integration tests
  • b6d3de7 fix: check prototype property access in strict-mode (#1736)
  • f058970 fix: escape property names in compat mode (#1736)
  • 77825f8 refator: In spec tests, use expectTemplate over equals and shouldThrow (#1683)
  • 3789a30 chore: start testing on Node.js 12 and 13
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added security Pull requests that address a security vulnerability 🔗 dependencies Pull requests that update a dependency file labels May 6, 2021
@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #643 (8477e28) into master (005d450) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #643    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           24        29     +5     
  Lines          149       303   +154     
  Branches        30        65    +35     
==========================================
+ Hits           149       303   +154     
Impacted Files Coverage Δ
packages/ab-test-jsx/src/withABTest/withABTest.tsx 100.00% <ø> (ø)
...ckages/ab-test-jsx/src/withABTests/withABTests.tsx 100.00% <ø> (ø)
.../ab-test-jsx/src/ABTestsContext/ABTestsContext.tsx 100.00% <100.00%> (ø)
...b-test-jsx/src/ABTestsProvider/ABTestsProvider.tsx 100.00% <100.00%> (ø)
packages/ab-test-jsx/src/useABTests/useABTests.tsx 100.00% <100.00%> (ø)
...sx/src/withABTestsProvider/withABTestsProvider.tsx 100.00% <100.00%> (ø)
...r-boundary-jsx/src/ErrorBoundary/ErrorBoundary.tsx 100.00% <100.00%> (ø)
...ry-jsx/src/withErrorBoundary/withErrorBoundary.tsx 100.00% <100.00%> (ø)
...fast-number-formatter/src/numberFormatter/index.ts 100.00% <100.00%> (ø)
...es/feature-toggle-jsx/src/useFeature/useFeature.ts 100.00% <100.00%> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9313fe...8477e28. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/handlebars-4.7.7 branch from 78f6b92 to 22c34d8 Compare May 28, 2021 22:51
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/handlebars-4.7.7 branch 2 times, most recently from afeb2a2 to 9a8fac3 Compare June 19, 2021 14:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/handlebars-4.7.7 branch from 9a8fac3 to 8477e28 Compare June 25, 2021 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔗 dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants