-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validation for IP input fields #784
Comments
Merged
Note we are already pulling in the API's regexes for these things. console/libs/api/__generated__/Api.ts Lines 341 to 343 in 85b68bc
console/libs/api/__generated__/Api.ts Lines 350 to 352 in 85b68bc
|
Now we even have generated Zod validators using those regexes. But we are still not using them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should create validators (or special fields that are pre-validated) for IP type inputs. IPv4, IPv6, subnets, etc.
The text was updated successfully, but these errors were encountered: