I'm using Phalcon\Forms\Element\Textarea
in my form, but it seems not be escaped.
So , if I input below in my textarea, XSS will be happned, I think.
test</textarea><script>alert(document.cookie)</script>
I'm using Phalcon\Forms\Element\Textarea
in my form, but it seems not be escaped.
So , if I input below in my textarea, XSS will be happned, I think.
test</textarea><script>alert(document.cookie)</script>