DOV-Vlaanderen / pydov

Python package to retrieve data from Databank Ondergrond Vlaanderen (DOV)
https://pydov.readthedocs.io/en/latest/
MIT License
31 stars 19 forks source link

Disable XML entity resolving in lxml. (backport to 2.2.x) #377

Closed Roel closed 1 year ago

Roel commented 1 year ago

Following the 0.28.1 OWSLib security release, also disable XML entity resolving when using lxml's XMLParser in pydov.

This is the backport for the 2.2 branch.