Skip to content

[Security] Bump twig/twig from 1.18.0 to 1.42.3 - #62

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot-composer-twig-twig-1.42.3
Open

dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot-composer-twig-twig-1.42.3

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented Aug 26, 2019 •

Copy link
Copy Markdown
Contributor

Bumps twig/twig from 1.18.0 to 1.42.3. This update includes security fixes.

Vulnerabilities fixed

Sourced from The PHP Security Advisories Database.

Sandbox Information Disclosure

Affected versions: <1.38.0; >=2.0.0, <2.7.0

Sourced from The PHP Security Advisories Database.

Remote code execution in templates

Affected versions: <1.20.0

Changelog

Sourced from twig/twig's changelog.

  • 1.42.3 (2019-XX-XX)

  • fixed the "empty" test on Traversable instances

  • fixed cache when opcache is installed but disabled

  • bumped the minimal PHP version to 5.5

  • 1.42.2 (2019-06-18)

  • Display partial output (PHP buffer) when an error occurs in debug mode

  • 1.42.1 (2019-06-04)

  • added support for "Twig\Markup" instances in the "in" test (again)

  • allowed string operators as variables names in assignments

  • 1.42.0 (2019-05-31)

  • fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\SimpleXmlElement for instance)

  • fixed a PHP fatal error when calling a macro imported in a block in a nested block

  • fixed a PHP fatal error when calling a macro imported in the template in another macro

  • fixed wrong error message on "import" and "from"

  • 1.41.0 (2019-05-14)

  • fixed support for PHP 7.4

  • added "filter", "map", and "reduce" filters (and support for arrow functions)

  • fixed partial output leak when a PHP fatal error occurs

  • optimized context access on PHP 7.4

  • 1.40.1 (2019-04-29)

  • fixed regression in NodeTraverser

  • 1.40.0 (2019-04-28)

  • allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning)

  • added the "apply" tag as a replacement for the "filter" tag

  • allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning)

  • added support for "Twig\Markup" instances in the "in" test

  • fixed Lexer when using custom options containing the # char

  • fixed "import" when macros are stored in a template string

  • 1.39.1 (2019-04-16)

  • fixed EscaperNodeVisitor

  • 1.39.0 (2019-04-16)

  • added Traversable support for the length filter

  • fixed some wrong location in error messages

... (truncated)
Commits
  • 201baee prepared the 1.42.3 release
  • 743135f updated ChANGELOG
  • 5ed74a1 bug #3105 Handle opcache_invalidate() being disabled on shared hosting platfo...
  • 349a5f2 Handle opcache_invalidate() being disabled on shared hosting platforms
  • a8c77b8 added an entry to .gitignore
  • 3ee934e minor #3112 Remove usage of getmockBuilder() when not needed (fabpot)
  • 5861a53 removed usage of getmockBuilder() when not needed
  • 5aae9ba minor #3103 Update PhpUnitBridge and fix deprecations (jderusse)
  • b776e41 Update to PhpUnitBridge and fix deprecations
  • 9270385 bumped some deps
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Aug 26, 2019
@dependabot-preview
dependabot-preview Bot force-pushed the dependabot-composer-twig-twig-1.42.3 branch from f9ae807 to fe53e06 Compare September 4, 2019 06:14
Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.18.0 to 1.42.3. **This update includes security fixes.**
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/2.x/CHANGELOG)
- [Commits](twigphp/Twig@v1.18.0...v1.42.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
dependabot-preview Bot force-pushed the dependabot-composer-twig-twig-1.42.3 branch from fe53e06 to ed17032 Compare December 17, 2019 07:12

This branch has not been deployed

No deployments
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