@yossarian@migratory Huh, thanks to this pointer I filed https://github.com/dubniczky/Yaml-Bomb/pull/1 to fix its test for the JS `yaml` library, as it can deal fine with a billion laugh attack like this but was just bailing out early due to detecting the bomb.
Fix JS yaml test to work when DoS detection is disabled by eemeli · Pull Request #1 · dubniczky/Yaml-Bomb
Here's a small fix for the JS yaml package's test, to avoid the default alias detection that's causing the early error in its calls.
The library itself is completely fine when dealing w...