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

Cross-Site Scripting #11

Closed
curea opened this issue Oct 25, 2016 · 1 comment
Closed

Cross-Site Scripting #11

curea opened this issue Oct 25, 2016 · 1 comment

Comments

@curea
Copy link

curea commented Oct 25, 2016

Base XSS rules:

Web forms:
Label.Text =
Literal.Text =
<%= %>
<%# %>

MVC:
@Html.Raw
@{ WriteLiteral(); }

@ejohn20
Copy link
Member

ejohn20 commented Oct 25, 2016

Basic coverage added by @meadisu27 in v.1.0.2

@ejohn20 ejohn20 closed this as completed Oct 25, 2016
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