Skip to content

Migrate from jsonpath to jsonpath-plus#16

Open
crhaglun wants to merge 2 commits intomicrosoft:mainfrom
crhaglun:crhaglun/update_jsonpath
Open

Migrate from jsonpath to jsonpath-plus#16
crhaglun wants to merge 2 commits intomicrosoft:mainfrom
crhaglun:crhaglun/update_jsonpath

Conversation

@crhaglun
Copy link

@crhaglun crhaglun commented Feb 24, 2026

Package jsonpath is impacted by CVE-2026-1615 because of its use of eval()

Following the recommendations for that CVE, let's migrate to jsonpath-plus which offers similar functionality but does not use eval()

Resolves #15

macadada
macadada previously approved these changes Feb 24, 2026
Copy link
Contributor

@juharris juharris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk much about the other lib, but LGTM. The CVE recommends that plus lib, but that could be AI generated.

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.

All versions of jsonpath have known vulnerability.

3 participants