sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
657 stars 446 forks source link

Bump twig/twig from 1.42.4 to 1.44.8 in /etc/apps/phpmyadmin #407

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps twig/twig from 1.42.4 to 1.44.8.

Changelog

Sourced from twig/twig's changelog.

1.44.8 (2024-09-09)

  • Fix a security issue when an included sandboxed template has been loaded before without the sandbox context

1.44.7 (2022-09-28)

  • Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)

1.44.6 (2021-11-25)

  • Last version for the 1.x series

1.44.5 (2021-09-17)

  • Improve compatibility with PHP 8.1
  • Explicitly specify the encoding for mb_ord in JS escaper

1.44.4 (2021-05-16)

  • Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)"

1.44.3 (2021-05-12)

  • Fix PHP 8.1 compatibility
  • Throw a proper exception when a template name is an absolute path (as it has never been supported)

1.44.2 (2021-01-05)

  • Fix "odd" not working for negative numbers

1.44.1 (2020-10-27)

  • Fix "include(template_from_string())"

1.44.0 (2020-10-21)

  • Remove implicit dependency on ext/iconv in JS escaper
  • Fix sandbox support when using "include(template_from_string())"
  • Make round brackets optional for one argument tests like "same as" or "divisible by"
  • Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a }
  • Fix filter(), map(), and reduce() to throw a RuntimeError instead of a PHP TypeError
  • Drop PHP 7.1 support

1.43.1 (2020-08-05)

  • Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
  • Fix a regression when not using a space before an operator
  • Restrict callables to closures in filters
  • Allow trailing commas in argument lists (in calls as well as definitions)

... (truncated)

Commits
  • b1f009c Prepare the 1.44.8 release
  • 7afa198 Fix a security issue when an included sandboxed template has been loaded befo...
  • 0887422 Prepare the 1.44.7 release
  • 35f3035 security #cve- Fix a security issue on filesystem loader (possibility to load...
  • f800934 Fix a security issue on filesystem loader (possibility to load a template out...
  • ae39480 Prepare the last release for the 1.x series
  • 7e5ba95 minor #3584 Fix emphasis on compiler to bold styling (jonnyeom)
  • 97ae3c8 Fix emphasis on compiler to bold styling
  • 8bab813 minor #3570 Update .gitattributes to exclude non-dist files (kaznovac)
  • 92766d0 Update .gitattributes to exclude non-dist files
  • Additional commits viewable 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sentora/sentora-core/network/alerts).