jar

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 JAR file - Latest Versions:

All Versions

Download com.github.secdec.astam-correlator : threadfix-cli-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window threadfix-cli-lib-1.3.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.denimgroup.threadfix.remote.response

├─ com.denimgroup.threadfix.remote.response.ByteToStringSerializer.class - [JAR]

├─ com.denimgroup.threadfix.remote.response.CalendarSerializer.class - [JAR]

├─ com.denimgroup.threadfix.remote.response.DateSerializer.class - [JAR]

├─ com.denimgroup.threadfix.remote.response.ResponseParser.class - [JAR]

├─ com.denimgroup.threadfix.remote.response.RestResponse.class - [JAR]

├─ com.denimgroup.threadfix.remote.response.TypeReference.class - [JAR]

com.denimgroup.threadfix

├─ com.denimgroup.threadfix.VulnerabilityInfo.class - [JAR]

com.denimgroup.threadfix.cli

├─ com.denimgroup.threadfix.cli.DefectSubmissionParameterParser.class - [JAR]

├─ com.denimgroup.threadfix.cli.GenericParameterParser.class - [JAR]

├─ com.denimgroup.threadfix.cli.OptionsHolder.class - [JAR]

├─ com.denimgroup.threadfix.cli.VulnSearchParameterParser.class - [JAR]

com.denimgroup.threadfix.properties

├─ com.denimgroup.threadfix.properties.PropertiesManager.class - [JAR]

com.denimgroup.threadfix.remote

├─ com.denimgroup.threadfix.remote.AcceptAllTrustFactory.class - [JAR]

├─ com.denimgroup.threadfix.remote.AcceptAllTrustManager.class - [JAR]

├─ com.denimgroup.threadfix.remote.HttpRestUtils.class - [JAR]

├─ com.denimgroup.threadfix.remote.InstallCert.class - [JAR]

├─ com.denimgroup.threadfix.remote.PluginClient.class - [JAR]

├─ com.denimgroup.threadfix.remote.ThreadFixRestClient.class - [JAR]

├─ com.denimgroup.threadfix.remote.ThreadFixRestClientImpl.class - [JAR]