Skip to content
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

Re-visit case sensitivity in validation #494

Open
mangas opened this issue Apr 29, 2021 · 0 comments
Open

Re-visit case sensitivity in validation #494

mangas opened this issue Apr 29, 2021 · 0 comments
Labels

Comments

@mangas
Copy link
Contributor

mangas commented Apr 29, 2021

Kind of related to #kev-493

Currently validation is achieved by case sensitive matching and a conversion function

https://github.com/appvia/kev/blob/5a1c05c568427024fb3ef76a9fc0a5d6bdd1e341/pkg/kev/config/extensions.go#L317

https://github.com/appvia/kev/blob/5a1c05c568427024fb3ef76a9fc0a5d6bdd1e341/pkg/kev/config/extensions.go#L169

Should be possible to use custom validation in order to avoid case sensitivity validation issues.

@marcinc marcinc added enhancement New feature or request refactor and removed enhancement New feature or request labels Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants