`$.utils.replacePhysicalsWithName` does not terminate when passed circular structure
Open
bug
core
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
It's reasonable enough that this function does not preserve circularity (it's only intended to handle the POJSO equivalent of a JSON value), but it should not recurse infinitely if passed circular data.
Contributor guide
Assessment
This issue has not been assessed yet.