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

Optimize handling of JsonPointer.head() #1328

Open
cowtowncoder opened this issue Sep 6, 2024 · 0 comments
Open

Optimize handling of JsonPointer.head() #1328

cowtowncoder opened this issue Sep 6, 2024 · 0 comments
Labels
2.18 Issues planned at earliest for 2.18 performance Issue related to performance problems or enhancements

Comments

@cowtowncoder
Copy link
Member

(note: this is a placeholder for reported but not verified performance concern)

Looks like implementation of JsonPointer.head() could be problematic for deeply nested pointer instances: and while this is unlikely to be of general security concern, it could be problematic for legitimate use. And as per comments in class, optimization already considered earlier... so let's see how easy it's to do.

@cowtowncoder cowtowncoder added 2.18 Issues planned at earliest for 2.18 performance Issue related to performance problems or enhancements labels Sep 6, 2024
cowtowncoder added a commit that referenced this issue Sep 6, 2024
cowtowncoder added a commit that referenced this issue Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.18 Issues planned at earliest for 2.18 performance Issue related to performance problems or enhancements
Projects
None yet
Development

No branches or pull requests

1 participant