====== Librerías propias de FundeWeb - XML ====== La librería [[https://fundeweb.um.es/prototipo/public/FundeWeb/2.x/apidoc/fundeweb-xml|FundeWeb XML]], proporciona las clases para ayudar a trabajar con ficheros XML, como por ejemplo: crear parser seguros y evitar ataques XXE. Disponemos de los siguientes paquetes de clases: ===== es.um.atica.xml ===== [[https://fundeweb.um.es/prototipo/public/FundeWeb/2.x/apidoc/fundeweb-xml/es/um/atica/xml/XmlSafeFactory.html|XmlSafeFactory]]: Clase para crear parseadores XML seguros basados en: [[https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing|OWASP - XML External Entity (XXE) Processing]] [[https://jaxp.java.net/1.4/JAXP-Compatibility.html#JAXP_security|JAXP 1.4 Security]] y [[http://w3facility.info/question/preven-xxe-attack-with-jaxb/|Prevent XXE Attack with JAXB]]. ---- --- //[[juanmiguelbg@um.es|JUAN MIGUEL BERNAL GONZALEZ]] 2014/10/16 17:45//