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
fix(security): ensure wiki sidebar generation isn't vulnerable to regex backtracking (#92)
The regex pattern to match ## or ### was initially vulnerable to
potential DOS backtracking via the ".+" pattern. This fix prevents that
by using a different character group matching pattern.
0 commit comments