tako
tako copied to clipboard
Re-visit case sensitivity in validation
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.