# JavadocUpdaterTool **Repository Path**: mirrors_AdoptOpenJDK/JavadocUpdaterTool ## Basic Information - **Project Name**: JavadocUpdaterTool - **Description**: This is a community copy of Oracle's JavadocUpdaterTool to address a security vulnerability http://www.oracle.com/technetwork/java/javase/downloads/java-doc-updater-tool-1955731.html - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Description: ------------ This is a community copy of Oracle's JavadocUpdaterTool to address a security vulnerability http://www.oracle.com/technetwork/java/javase/downloads/java-doc-updater-tool-1955731.html To address the security alert CVE-2013-1571, this tool is intended to repair-in-place, the HTML files generated by the javadoc tool versions 5u45, 6u45, 7u21 and earlier. System requirements: -------------------- This tool can be run on Windows, Solaris, Linux and Mac OS X operating systems for which an official Oracle JRE version is available. Oracle JRE v. 1.7 or greater is required. To scan the javadoc tree for applicable files, the user must have read access to the directory it resides in and to all its sub directories. To fix the applicable files, the user running the tool must have read and write permissions to the files as well as to the directories that contain these files. Usage: ------ To run the tool, the user must know the location of the java executable and the location of the directory where the javadoc tree resides. To scan for potential vulnerabilities, run the following command from the directory in which the JavadocPatchTool.jar file is located: java -jar JavadocPatchTool.jar -R -C where is the path to the directory where the potentially vulnerable javadoc tree resides. If the tool finds any applicable HTML files, it will print out a list of such files. To fix a single applicable file, run the following command: java -jar JavadocPatchTool.jar where is the path to the directory which contains the applicable file. To fix all the applicable files in the tree, run the following command: java -jar JavadocPatchTool.jar -R Build it: ------ git clone https://github.com/AdoptOpenJDK/JavadocUpdaterTool.git && cd JavadocUpdaterTool mvn clean install java -jar target/javadoc-updater-maven-plugin-0.1-SNAPSHOT.jar -R -C Maven Usage: ------ org.adoptopenjdk.maven.plugins javadoc-updater-maven-plugin 0.1-SNAPSHOT site fixjavadoc