sds / overcommit

A fully configurable and extendable Git hook manager
MIT License
3.92k stars 280 forks source link

Rescue Psych::DisallowedClass in YamlSyntax #805

Closed HarlemSquirrel closed 1 year ago

HarlemSquirrel commented 1 year ago

This improves the output for errors safe loading disallowed classes with psych 5.0

It would be nice to offer a way to specify permitted_classes somewhere. https://ruby-doc.org/3.2.0/exts/psych/Psych.html

sds commented 1 year ago

Thanks for this. The failures seem unrelated to your change (I get the same failures without your changes). Will go ahead and merge.