DOC

com.github.secdec.astam-correlator : threadfix-cli-lib

Maven & Gradle

Mar 15, 2022
23 stars

This module contains library classes for accessing the ThreadFix REST API. The ThreadFix IDE plugins use this library to retrieve application and vulnerability marker information, and in the ThreadFix scanner plugins to get endpoint information and upload scans to ThreadFix applications. The easiest way to start using the library is with the PluginClient or ThreadFixRestClient classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix API key and url information. The default PropertiesManager implementation stores these properties in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class to override this behavior for the target platform.

Table Of Contents

Latest Version

Download com.github.secdec.astam-correlator : threadfix-cli-lib Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.secdec.astam-correlator : threadfix-cli-lib Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x
1.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file threadfix-cli-lib-1.3.8-javadoc.jar to threadfix-cli-lib-1.3.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder threadfix-cli-lib-1.3.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "threadfix-cli-lib-1.3.8-sources.jar" -d "threadfix-cli-lib-1.3.8-javadoc" -subpackages