We are using Xerces C++ DOMLSParser. I want to disable External Entities but could not find anything for DOMLSParser.
How to disable Loading External Entities to prevent XXE attacks?
We are using Xerces C++ DOMLSParser. I want to disable External Entities but could not find anything for DOMLSParser.
How to disable Loading External Entities to prevent XXE attacks?
Documentation: https://xerces.apache.org/xerces-c/program-dom-3.html (search for
fgDOMEntities
)