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
fixesTryGhost/Product#3544
The regexs for counting words and counting images were susceptible
to ReDoS and could be problematic in Ghost when the a post's HTML
contains a tag with a very large attribute (i.e an image src being
a base64 encoded image). This commit tweaks these regexs to make
them more efficient and circumvent the problem.
0 commit comments