goconvey icon indicating copy to clipboard operation
goconvey copied to clipboard

XSS Vulnerability

Open korewayume opened this issue 2 years ago • 1 comments

func TestXss(t *testing.T) {
	xss := `<img src="abc.png" alt="ABC" />`
	Convey("testing XSS", t, func() {
		SoMsg(xss, errors.New(xss), ShouldBeNil)
	})
}
image

korewayume avatar Dec 15 '23 03:12 korewayume

@riannucci this issue can be closed

srabraham avatar Jan 24 '25 01:01 srabraham