Andrey

Results 4 issues of Andrey

There are [few nice features](https://symfony.com/blog/twig-adds-filter-map-and-reduce-features) were added to Twig. Please add support for this features. At current stage compilation process fails on parse mode of such constructions like: ```js {%...

type - compatibility
triaged
pending - needs milestone

Allow to setup default file permissions for [HTMLPurifier](https://github.com/Exercise/HTMLPurifierBundle). See configuration in [docs](http://htmlpurifier.org/live/configdoc/plain.html#Cache.SerializerPermissions). **Note**: SerializerPermissions must be set as integer that will be converted to correct chmod permissions. Example: 493 int...

Fix security issue _When using the filesystem loader to load templates for which the name is a user input, it is possible to use the source or include statement to...

From MariaDB 10.4 we have deprecation notice that ``mysql*`` names will be removed. See: [JIRA ticket](https://jira.mariadb.org/browse/MDEV-29582) Resolve #1580 Manually verified un Ubuntu 22.04 and MariaDB 11.x. Deprecation notice examples: ```...

community