jpsim / Yams

A Sweet and Swifty YAML parser.
https://jpsim.com/Yams
MIT License
1.11k stars 141 forks source link

Security fix in libyaml: Limit depth of nesting by default #431

Open hi-kumar opened 1 day ago

hi-kumar commented 1 day ago

Update libyaml:

The default maximum is 1000 and can be set via yaml_set_max_nest_level()


- While here, bring in couple more commits in the same code segments to stay up to date: `Handle closing flow sequence after explicit key` 588eabf (PR 295) & 840b65c (296)