sahvx655-wq opened a new pull request, #1015: URL: https://github.com/apache/tomcat/pull/1015
Enable secure JAXP processing in DefaultServlet and WebdavServlet as defense-in-depth against XXE attacks. Changes Enabled FEATURE_SECURE_PROCESSING on TransformerFactory in DefaultServlet Enabled FEATURE_SECURE_PROCESSING and disallowed DTDs on DocumentBuilderFactory in WebdavServlet These changes strengthen XML parser security and align with JAXP best practices. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
