|
@@ -85,7 +85,7 @@ to <javadoc> using <tt>classpath</tt>, <tt>classpathref</tt> attributes or |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top"><b>Attribute</b></td> |
|
|
<td valign="top"><b>Attribute</b></td> |
|
|
<td valign="top"><b>Description</b></td> |
|
|
<td valign="top"><b>Description</b></td> |
|
|
<td align="center" valign="top"><b>Availability</b></td> |
|
|
|
|
|
|
|
|
<td align="center" valign="top"><b>Availability on Java</b></td> |
|
|
<td align="center" valign="top"><b>Required</b></td> |
|
|
<td align="center" valign="top"><b>Required</b></td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
@@ -520,11 +520,12 @@ to <javadoc> using <tt>classpath</tt>, <tt>classpathref</tt> attributes or |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top">postProcessGeneratedJavadocs</td> |
|
|
<td valign="top">postProcessGeneratedJavadocs</td> |
|
|
<td valign="top">Whether to post-process the generated javadocs in |
|
|
<td valign="top">Whether to post-process the generated javadocs in |
|
|
order to mitigate CVE-2013-1571. Defaults to true. <em>Since Ant |
|
|
|
|
|
1.9.2</em><br></td> |
|
|
|
|
|
There is a frame injection attack possible in javadocs generated by Oracle |
|
|
|
|
|
JDKs prior to Java7 Update 25 (<a href="http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html#jpi-upt" target="_blank">details</a>). When this flag is set to true, Ant |
|
|
|
|
|
will check whether the docs are vulnerable and will try to fix them. |
|
|
|
|
|
|
|
|
order to mitigate CVE-2013-1571. Defaults to true. <em>Since Ant |
|
|
|
|
|
1.9.2</em><br> |
|
|
|
|
|
There is a frame injection attack possible in javadocs generated by Oracle |
|
|
|
|
|
JDKs prior to Java7 Update 25 (<a href="http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html#jpi-upt" target="_blank">details</a>). |
|
|
|
|
|
When this flag is set to true, Ant will check whether the docs are vulnerable |
|
|
|
|
|
and will try to fix them. |
|
|
</td> |
|
|
</td> |
|
|
<td align="center" valign="top">1.4</td> |
|
|
<td align="center" valign="top">1.4</td> |
|
|
<td align="center" valign="top">No</td> |
|
|
<td align="center" valign="top">No</td> |
|
|