This repository was archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Review and update form parsing logic #119
Labels
Comments
Query string parsing also uses this code path and needs validation. |
This was referenced Dec 8, 2014
Moving this to beta6 |
Is this something that @blowdart should care about? |
Yea, I'd like to see the PR when it's done, although if you're narrowing to just space and tab I'm not so concerned. It is worth reviewing where other things call IsWhiteSpace when parsing user input. |
Moving out of V1. We're open to PRs @blowdart :) |
Yea, we all know you don't want me issuing PRs for anything other than Docs 👍 |
This issue was moved to dotnet/aspnetcore#2733 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
src/Microsoft.AspNet.WebUtilities/ParsingHelpers.cs has at least one place where it calls char.IsWhiteSpace, but this allows many strange Unicode characters. Review this parsing code and update it to be more accurate.
The text was updated successfully, but these errors were encountered: