gnodet commented on code in PR #12269:
URL: https://github.com/apache/maven/pull/12269#discussion_r3419245989


##########
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java:
##########
@@ -103,6 +104,20 @@ public abstract class XmlService {
      */
     public static final String KEYS_COMBINATION_MODE_ATTRIBUTE = 
"combine.keys";
 
+    /**
+     * Creates a new {@link XMLInputFactory} hardened against XXE attacks.
+     * The returned factory has DTD support and external entity resolution 
disabled.
+     *
+     * @return a hardened XMLInputFactory
+     * @since 4.1.0

Review Comment:
   Fixed — changed to `@since 4.0.0-rc-6`. Also created #12270 to fix it on 
master.



-- 
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]

Reply via email to