NAME
Net::SAML2::XML::Util - XML Util class
VERSION
version 0.81
SYNOPSIS
my $xml = no_comments($xml);
METHODS
no_comments( $xml )
Returns the XML passed as plain XML with the comments removed
This is to remediate CVE-2017-11427 XML Comments can allow for authentication bypass in SAML2 implementations
AUTHORS
Chris Andrews <chrisa@cpan.org>
Timothy Legge <timlegge@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.