-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
A payload can be constructed where getNthKey is called many times each time iterating through a full user provided collection.
By providing a large collection and a large referentialEqualities array you could cause quadratic compute.
For a 1mb payload (a common webserver limit) this can block the event loop for 20 - 40 seconds
Opened to further discuss a fix as #344 introduces quite a bit of complexity to solve this.
Metadata
Metadata
Assignees
Labels
No labels