Page MenuHomePhabricator

Make phan-taint-check be able to verify Mustache templates
Open, Needs TriagePublic

Description

TemplateProccesor should be checked

Event Timeline

Bawolff renamed this task from make phan-taint-check be able to berify moustache templates to make phan-taint-check be able to verify moustache templates.Jul 12 2018, 3:33 AM

Oh wow, here we are full circle.

@matmarex mentioned there is a weakly followed coding convention of naming parameters containing html with the prefix html-, i guess we could do some special casing to look for that if the the params to TemplateProcessor are provided as an array literal (similar to some of the magic Database methods get). Or even try and get the list of html parameters by reading the mustache file. Not exactly the most compelling of ideas as it would be pretty limited.

Ammarpad renamed this task from make phan-taint-check be able to verify moustache templates to Make phan-taint-check be able to verify Mustache templates.Sep 30 2023, 8:00 AM