Skip to content

Commit

Permalink
Change deprecated REXML::Document.entity_expansion_limit to REXML::Se…
Browse files Browse the repository at this point in the history
…curity.entity_expansion_limit
  • Loading branch information
johnnyshields committed Jul 10, 2024
1 parent a3a25eb commit 263df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_saml/xml/base_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
module RubySaml
module XML
class BaseDocument < REXML::Document
REXML::Document.entity_expansion_limit = 0
REXML::Security.entity_expansion_limit = 0

C14N = 'http://www.w3.org/2001/10/xml-exc-c14n#'
DSIG = 'http://www.w3.org/2000/09/xmldsig#'
Expand Down

0 comments on commit 263df8e

Please sign in to comment.