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

Not all casts on user input are checked, causing panics #35

Open
wryun opened this issue Aug 25, 2018 · 1 comment
Open

Not all casts on user input are checked, causing panics #35

wryun opened this issue Aug 25, 2018 · 1 comment

Comments

@wryun
Copy link

wryun commented Aug 25, 2018

e.g. https://github.com/jmespath/go-jmespath/blob/master/functions.go#L520

Should check and return error? (cf other examples in file)

@springcomp
Copy link

springcomp commented Feb 22, 2023

I this happens because the entire type checking is bypassed when the function has a variadic number of arguments 😯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants