Page MenuHomeSealhub

Sealgen โ€” make sure all values interpolated into HTML are properly escaped
Open, NormalPublic1 Points

Description

In every place where we interpolate some value coming in from user input in Sealgen's FormControls, we should make sure that the values are properly escaped with https://www.npmjs.com/package/escape-goat in order to avoid them messing up the structure of the HTML.