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
Hi @imi56 this is due to there being no safe_load method defined on Syck, which is the module value set to the YAML constant when the syck gem is installed. So I've changed the code to confirm that safe_load is defined before using it and then fall back to load if it's not. Just FYI, using load is discouraged due to security issues. If it's possible to use psych instead so the code can use the safe_load method, that would probably be a lot better. I've opened a draft PR, and I'm just working on now how to properly test it.
Describe the bug
I have a
gem 'syck', "1.4.1"
gem. Everything works fine unless I addgem 'elastic-apm', "4.7.2"
Steps to reproduce
Expected behavior
Environment
Docker container
2.4.6
3.2.22.5
Additional context
Add any other context about the problem here.
Agent config options
Click to expand
The text was updated successfully, but these errors were encountered: