williballenthin / python-evtx

Pure Python parser for Windows Event Log files (.evtx)
Apache License 2.0
732 stars 166 forks source link

Does not encode XML entities obtained from EVTX data #13

Closed jk1ng closed 9 years ago

jk1ng commented 9 years ago

Hi!

It seems that this library does not encode XML entities that are obtained from EVTX data.

I've created a fix for this, but I wanted to create an issue id for it as well.

You can test this out by having an event generated where the custom event data includes XML special characters.

Thanks!