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

Handling DoS loops or max time processing #250

Open
amit777 opened this issue Sep 30, 2020 · 6 comments
Open

Handling DoS loops or max time processing #250

amit777 opened this issue Sep 30, 2020 · 6 comments

Comments

@amit777
Copy link
Contributor

amit777 commented Sep 30, 2020

Are there any recommended best practices or ways to put limits on the number of cycles the render function can take? For example, if a malicious user adds nested for loops with very large max lengths, how do you prevent this from taking up the entire CPU?

I've been searching around and haven't found any questions related to this, so I feel like I'm probably missing something obvious.

@harttle
Copy link
Owner

harttle commented Oct 2, 2020

Not available currently. But I think it's OK to have this feature, are there any other libs implementing this, for reference?

@amit777
Copy link
Contributor Author

amit777 commented Oct 2, 2020

I think I have a solution using a slightly patched paralleljs which uses webworkers. I will post the example here as soon as my patch is merged. But it's potentially pretty simple.

@amit777
Copy link
Contributor Author

amit777 commented Oct 6, 2020

paralleljs v1.1.0 has my pull request merged in. You can pass opts.timeout to the Paralleljs's spawn method and call Liquidjs's render function within it.

@harttle
Copy link
Owner

harttle commented Feb 12, 2021

I guess limiting the processing time is better handled by external libraries. Closing this issue.

@harttle harttle closed this as completed Feb 12, 2021
@denis-isaev
Copy link

If this library doesn't have limits as the Shopify version does, then why is it called safe?

@harttle
Copy link
Owner

harttle commented Jan 5, 2024

I thought Shopify doesn't have a limit on this. Will investigate whether we can do the same.

@harttle harttle reopened this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants