How to prevent XML external entity attack (XXE attack)
This article talks about XML external entity attack (XXE attack) and how to prevent XXE from a list of the popular XML parsers like DOM, SAX, JDOM, etc. 1. What is XML external entity attack (XXE attack) 2. XXE attack example 3. How to prevent XXE attack in SAX parser 4. Sonar Rule to prevent …