dotnet/aspnetcore

Review and update form parsing logic

开放

#2,733 创建于 2018年1月2日

 (7 条评论) (0 个反应) (0 位负责人)C# (10,653 个派生)batch import
affected-very-fewarea-networkingbugfeature-http-abstractionshelp wantedseverity-nice-to-have

仓库指标

星标
 (37,933 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

From @Tratcher on Tuesday, August 26, 2014 12:32:12 PM

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.

Copied from original issue: aspnet/HttpAbstractions#119

贡献者指南