logzio / sawmill

Sawmill is a JSON transformation Java library
Apache License 2.0
116 stars 24 forks source link

disallow using Mustache Partials #303

Closed avifro-dev closed 2 years ago

avifro-dev commented 2 years ago

As part of this PR, we upgraded also the mustache version to 0.9.10. We could have different approach and even not upgrade the mustache version and do it a bit differently (by using FileSystemResolver and customize that the working_directory), but decided to be more aligned with our current approach and also to disallow any file reference in this case even if it's located inside our working_directory.