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

Update json-path to version 2.8.0 - introduces a breaking change #196

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

mstruk
Copy link
Contributor

@mstruk mstruk commented Jun 28, 2023

Previous versions of json-path had a bug in evaluation of queries that tested equality against null.

Some queries that used to evaluate to false now evaluate to true and vice-versa.
This was a known issue that is described in README.md together with a description of how to properly avoid using null in queries.

This version bump is needed to address CVEs.

@mstruk mstruk added this to the 0.13.0 milestone Jun 28, 2023
…ow `oauth.custom.claim.check` queries using `== null` or `!= null` are handled

Signed-off-by: Marko Strukelj <[email protected]>
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 this pull request may close these issues.

2 participants