Open L-Mario564 opened 1 month ago
Thank you for this contribution! I will try to review and merge it next week.
I did not forget this PR. Sorry for the delay. I will try to review it soon.
I just want to let you know that I am focusing on our v1 release first before reviewing this PR.
I just want to let you know that I am focusing on our v1 release first before reviewing this PR.
Sounds good. Thanks for the updates. 🙂
Addresses #342.
This PR adds 3 actions:
ipCidr
ipv4Cidr
ipv6Cidr
These actions are for validating that an IP address is in CIDR notation.
The regular expressions added were verified with https://makenowjust-labs.github.io/recheck/playground/ and https://devina.io/redos-checker and both mark them as safe.
Some tests were added and the actions themselves have been added to the docs website.