XML External Entity (XXE)
Recently, we had a security audit on our code, and one of the problem is that our application is subject …
java security jaxb ws-security xxeWhen I do scan using fortify tool, I got some issues under "XML External Entity Injection". TransformerFactory trfactory = TransformerFactory.newInstance(); …
java fortify xxe