jinja2cpp / jinja2cpp/Jinja2Cpp
Not protected against infinite include chain
Open
bug
- Dominant language
- C++
- Stars
- 600
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
It's feasible to craft a template whose processing is able to hang the main program.
It will be nice to set an upper limit on the depth of the include chain.
For example: ```{% include "myself.tpl" %}```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.