clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
204 stars 78 forks source link

Rework template lib #35

Open ikeydoherty opened 8 years ago

ikeydoherty commented 8 years ago

The template lib is currently fairly primitive, working on an interpret-in-place concept, meaning that advanced child contexts and per-list-context is somewhat shaky.

For better integration into "status" pages and report mechanisms, the template lib should be reworked to compile first, and emit on a second render run.

ikeydoherty commented 8 years ago

Note to self, I have code already in progress for this one.