Description
Older Java applications can parse and build XML documents with the JDOM 1 library API.
It is useful for maintaining legacy code that has not moved to newer XML libraries. XML parsers can be exposed to hostile input, so disable unsafe features where applicable and test parsing limits.