goconvey
goconvey copied to clipboard
XSS Vulnerability
func TestXss(t *testing.T) {
xss := `<img src="abc.png" alt="ABC" />`
Convey("testing XSS", t, func() {
SoMsg(xss, errors.New(xss), ShouldBeNil)
})
}
@riannucci this issue can be closed