-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Description
Informed by ruby/psych#533 (comment), this Issue notes the availability of the YAML.unsafe_load method, in Psych 4.0.
- use
YAML.unsafe_loadif available, OR - use
YAML.safe_loadif available, enabling aliases and all the permitted classes - use
YAML.loadif those methods aren't available (lower versions of Psych)
Location of use:
https://github.com/cschiewek/devise_ldap_authenticatable/blob/default/lib/devise_ldap_authenticatable/ldap/connection.rb
Ivanov-Anton
Metadata
Metadata
Assignees
Labels
No labels