USBWebServer
USBWebServer copied to clipboard
Bump twig/twig from 1.42.5 to 1.44.8 in /phpmyadmin
Bumps twig/twig from 1.42.5 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
b1f009cPrepare the 1.44.8 release7afa198Fix a security issue when an included sandboxed template has been loaded befo...0887422Prepare the 1.44.7 release35f3035security #cve- Fix a security issue on filesystem loader (possibility to load...f800934Fix a security issue on filesystem loader (possibility to load a template out...ae39480Prepare the last release for the 1.x series7e5ba95minor #3584 Fix emphasis on compiler to bold styling (jonnyeom)97ae3c8Fix emphasis on compiler to bold styling8bab813minor #3570 Update .gitattributes to exclude non-dist files (kaznovac)92766d0Update .gitattributes to exclude non-dist files- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.