4 min read
Killing eval() in Our Frontend Template Engine: Building a Safe Expression Parser for HomeForged
We replaced eval() in HomeForged's TemplateEngine with a secure custom parser to stop code injection without losing dynamic power.
JavaScriptSecurityTemplate EngineParsingFrontend
Read more