Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 357 Bytes

regex.md

File metadata and controls

3 lines (2 loc) · 357 Bytes

Warning

When using xref:System.Text.RegularExpressions to process untrusted input, pass a timeout. A malicious user can provide input to RegularExpressions, causing a Denial-of-Service attack. ASP.NET Core framework APIs that use RegularExpressions pass a timeout.