App-vNext / Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

Home Page:https://www.thepollyproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request]: No explicit timeout in new regex functionality

mokarchi opened this issue · comments

commented

Is your feature request related to a specific problem? Or an existing feature?

Regex - Deny of Service (ReDoS)

Describe the solution you'd like

Is there any plan to support specifying a MatchTimeout property to ensure that we do not have to face any regex DOS attacks?

Additional context

No response

Could you point to where this would be relevant in our code?