HubSpot / jinjava

Jinja template engine for Java
Apache License 2.0
690 stars 168 forks source link

limit length of strings in operators #1161

Closed boulter closed 6 months ago

boulter commented 6 months ago

There were a couple of places where we were not limiting the length of large strings, allowing users to create huge ones. This fixes both the ~ and + operators to limit string length based on the config value.