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
@STLMikey the issue is in ipaddr.js apparently whitequark/ipaddr.js#44
they have another function that ignore it @keverw anyway to switch to this one? ipaddr.IPv4.isValidFourPartDecimal
Forgot to sanitize an input, and ended up passing the string "1" to version() and isIP().
version("1"); // returns 4
isIP("1"); // returns true
The text was updated successfully, but these errors were encountered: