Updated the list of tags, filters and functions which are allowed inside the sandboxed twig

This commit is contained in:
Jan Böhmer 2024-03-06 20:03:12 +01:00
parent dc7c13479c
commit a2cd5652d2
3 changed files with 89 additions and 12 deletions

69
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d262b7af88fd38fff57c486ce7f61cbe",
"content-hash": "c92c91e2ea0afe0c366c423a217bd0cb",
"packages": [
{
"name": "api-platform/core",
@ -13801,6 +13801,73 @@
],
"time": "2023-11-21T14:02:01+00:00"
},
{
"name": "twig/string-extra",
"version": "v3.8.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/string-extra.git",
"reference": "b0c9037d96baff79abe368dc092a59b726517548"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/string-extra/zipball/b0c9037d96baff79abe368dc092a59b726517548",
"reference": "b0c9037d96baff79abe368dc092a59b726517548",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/string": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Twig\\Extra\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for Symfony String",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"string",
"twig",
"unicode"
],
"support": {
"source": "https://github.com/twigphp/string-extra/tree/v3.8.0"
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2023-11-21T14:02:01+00:00"
},
{
"name": "twig/twig",
"version": "v3.8.0",