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
console.warn("SpellCheckJS has run 200 times. You may have supplied maliciously crafted data to the function.");
15
+
}
16
+
output=output.replace(entryName,entry);
13
17
}
14
-
elseif(loopCount==200){
15
-
console.warn("SpellCheckJS has run 200 times. You may have supplied maliciously crafted data to the function.");
16
-
}
17
-
fileTextOut=fileTextOut.replace(entryName,entry);
18
-
}
19
-
// This while loop is where the biggest risk is. With a malicious entry, a user could dOS clients by repetitively increasing input length. Thus the need for thorough submission review.
20
-
});
18
+
// This while loop is where the biggest risk is. With a malicious entry, a user could dOS clients by repetitively increasing input length. Thus the need for thorough submission review.
0 commit comments