shlomif / perl-XML-LibXML

The XML-LibXML CPAN Distribution for Processing XML using the libxml2 library
https://metacpan.org/release/XML-LibXML
Other
17 stars 35 forks source link

Allow LibParser to be provided for all method #23

Closed lavock closed 6 years ago

lavock commented 6 years ago

Just a report of what _parse_string already did. This don't change anything for everyday use, but it allow XXE mitigation easily when used with XML::Simple.

shlomif commented 6 years ago

Thanks, I'll take a look.

On Tue, 24 Jul 2018 02:51:17 -0700 lavock notifications@github.com wrote:

Just a report of what _parse_string already did. This don't change anything for everyday use, but it allow XXE mitigation easily when used with XML::Simple. You can view, comment on, or merge this pull request online at:

https://github.com/shlomif/perl-XML-LibXML/pull/23

-- Commit Summary --

  • Allow LibParser to be provided for all method

-- File Changes --

M lib/XML/LibXML/SAX.pm (8)

-- Patch Links --

https://github.com/shlomif/perl-XML-LibXML/pull/23.patch https://github.com/shlomif/perl-XML-LibXML/pull/23.diff

--

Shlomi Fish http://www.shlomifish.org/ https://github.com/shlomif/validate-your-html - Validate Your HTML

When Chuck Norris uses git, he takes a coffee break after initiating every git commit. And then he waits for the commit to finish. — http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/

Please reply to list if it's a mailing list post - http://shlom.in/reply .

shlomif commented 6 years ago

merged, thanks.