ncdns
ncdns copied to clipboard
Escaping HTML
The code at https://github.com/namecoin/ncdns/blob/09a88dc989df29910e368d9e7385bdaaeb82049f/server/web.go#L93 doesn't seem to be escaping HTML. Or at least, I can't convince myself by looking at the code that it's properly escaping HTML, and the gas static analysis tool can't convince itself of this either.
@hlandau any chance you could improve this?