You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently YAML backend does not enforce any of the constraints. As the first step, let's see if we could easily add support for constraining maximum nesting depth, as this is an easily DoS-able problem.
(note: it is possible that underlying SnakeYAML still has issues with deeper nesting but we'll see)