Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Validator] Add additional versions (*_NO_PUBLIC,*_ONLY_PRIV &*_ONLY_RES) in IP address & CIDR constraint#52658
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Almost GTM
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedDec 29, 2023
@nicolas-grekas rebased, cs fixed, squashed ✅ |
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM with a few minor comments
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Ninos commentedJan 8, 2024
rebased & resolved latest comments, thank you! |
*_NO_PUBLIC,*_ONLY_PRIV &*_ONLY_RES) in IP address constraint*_NO_PUBLIC,*_ONLY_PRIV &*_ONLY_RES) in IP address & CIDR constraint…*_ONLY_RES`) in IP address & CIDR constraint
fabpot commentedFeb 3, 2024
Thank you@Ninos. |
This PR was merged into the 7.1 branch.Discussion----------[Validator] revert accepting any scalar value| Q | A| ------------- | ---| Branch? | 7.1| Bug fix? | no| New feature? | no| Deprecations? | no| Issues || License | MITThis change sneaked into the codebase in#52658.Commits-------8d27007 revert accepting any scalar value
Possibility to allow no public, only private or only reserved ips.
*_NO_PUBLIC,*_ONLY_PRIV&*_ONLY_RESas possible versions inIpconstraintIpversions inCidrconstraintSee also old MR:#51777