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
Please, it is highly recommended that you switch to latest version (0.21.2) as version v0.20.0 (and most likely lower versions) have a ReDoS vulnerability.
Version:
validators==0.20.0
Per the documentation, support for CIDR notation was added in ver 0.14.0. Using the examples from documentation, I still receive a validation error:
validators.ipv4('1.1.1.1/8')
ValidationFailure(func=ipv4, args={'value': '1.1.1.1/8'})
The text was updated successfully, but these errors were encountered: