- Notifications
You must be signed in to change notification settings - Fork1.6k
Update AntiXssEncoder.xml for issue 10378#10379
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Corrected examples of encoding.Added table headings where they were missing.
Tagging subscribers to this area: @dotnet/area-system-security,@vcsjones |
JeffSchwandt commentedSep 9, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@dotnet-policy-service agree company="FNF" |
Learn Build status updates of commit4c9b3d3: ✅ Validation status: passed
For more details, please refer to thebuild report. For any questions, please:
|
@@ -180,11 +180,11 @@ | |||
|Input examples| Encoded outputs| | |||
|-|-| | |||
|`alert('XSS Attack!');`|`alert('XSS Attack!');`| | |||
|`alert('XSS Attack!');`|`alert('XSSAttack!');`| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I don't see the space character listed as a safe character in the table that starts on line 142. Does it need to be added?
Uh oh!
There was an error while loading.Please reload this page.
Summary
Fixes Issue#10378