ahacker1
ahacker1
cc @sagikazarmark this resolves a security concern
I am not the maintainer of this library. But I messaged him on slack to take a look. You should look at sponsoring the library, https://github.com/sponsors/tngan the maintainer has provided...
@cjbarth library is correct to raise error message. Parsing the sample message will raise namespace error in libxml2/nokogiri. The namespace prefix isn’t bound to any actual namespace. The only concern...
Ok, I just parsed the sample document with @xmldom/xml 0.9.6: https://raw.githubusercontent.com/node-saml/node-saml/refs/heads/master/test/static/logout_request_with_encrypted_name_id.xml There are no errors.
Hi, you are using XMLNS which is capitilized. It should be xmlns:s="..." or xmlns:S="..." Basically, what happens is that this is a new namespace (XMLNS), which isn't defined