tako icon indicating copy to clipboard operation
tako copied to clipboard

Re-visit case sensitivity in validation

Open mangas opened this issue 4 years ago • 0 comments

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.

mangas avatar Apr 29 '21 12:04 mangas