Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSS Vulnerability #684

Open
korewayume opened this issue Dec 15, 2023 · 1 comment
Open

XSS Vulnerability #684

korewayume opened this issue Dec 15, 2023 · 1 comment

Comments

@korewayume
Copy link

func TestXss(t *testing.T) {
	xss := `<img src="abc.png" alt="ABC" />`
	Convey("testing XSS", t, func() {
		SoMsg(xss, errors.New(xss), ShouldBeNil)
	})
}
image
srabraham added a commit to srabraham/smartystreets-goconvey that referenced this issue Feb 8, 2024
@srabraham
Copy link
Contributor

@riannucci this issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants