You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the pattern and patternProperties are vulnerable to ReDos if the schema is user-provided.
A potential solution could be replacing regex evaluation with a linear evaluation engine
It seems that the
patternandpatternPropertiesare vulnerable to ReDos if the schema is user-provided.A potential solution could be replacing regex evaluation with a linear evaluation engine