gtfierro/hod-v1

Code injection possible in link rendering

Closed this issue · 1 comments

If a link contains some HTML and we just blindly render it on the page, users can inject whatever they want

Fix:
Make sure we HTML-escape all link values

Should be fixed in 86b7a5a