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
johnnyshields
changed the title
v2.1 - Fix REXML::Security.entity_expansion_limit global mutation
v3.0 - Fix REXML::Security.entity_expansion_limit global mutation
Jan 19, 2025
RubySaml::XML::BaseDocument
has a line:This mutates the global state of REXML, and also means that RubySaml could be affected by other gems changing this.
Instead, we should do something like:
It's not threadsafe however...
Maybe just replace REXML with Nokogiri?
The text was updated successfully, but these errors were encountered: