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
Wisper::Sidekiq.configure do |config| config.register_safe_types(XXXX, ZZZ) end
but this classes is not released.
I wish to permitted XXXX and ZZZ yaml deserialization, because I'm receiving Psych::DisallowedClass:.
Based on how the gems work, i saw that you already implemented it, but not release.
Could you please release this version?
The text was updated successfully, but these errors were encountered:
AndreyCerqueiraLima
changed the title
Documentation on Readme - YAML deserialize problem
Documentation on Readme is not helping with YAML problem
Jan 9, 2025
AndreyCerqueiraLima
changed the title
Documentation on Readme is not helping with YAML problem
YAML problem is solved but not released
Jan 9, 2025
AndreyCerqueiraLima
changed the title
YAML problem is solved but not released
YAML problem was solved but not released
Jan 9, 2025
Hello.
I'm trying to use the code block below
Wisper::Sidekiq.configure do |config| config.register_safe_types(XXXX, ZZZ) end
but this classes is not released.
I wish to permitted XXXX and ZZZ yaml deserialization, because I'm receiving Psych::DisallowedClass:.
Based on how the gems work, i saw that you already implemented it, but not release.
Could you please release this version?
The text was updated successfully, but these errors were encountered: