MVN

com.github.secdec.astam-correlator : threadfix-ham

Maven & Gradle

Mar 16, 2022
23 stars

threadfix-ham · HAM stands for Hybrid Analysis Mapping. The module originated in research done for DHS to improve static-to-dynamic vulnerabilty matching. It is now a generalized system primarily for parsing source code into Endpoint objects and performing lookups based on partial information. This code is most easily accessed by creating an EndpointDatabase with EndpointDatabaseFactory.getDatabase. The database can be searched using queries created with EndpointQueryBuilder.

<dependency>
    <groupId>com.github.secdec.astam-correlator</groupId>
    <artifactId>threadfix-ham</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.secdec.astam-correlator : threadfix-ham to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of com.github.secdec.astam-correlator : threadfix-ham to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
threadfix-ham-1.3.8
threadfix-ham-1.3.7
threadfix-ham-1.3.6
threadfix-ham-1.3.5
threadfix-ham-1.3.4
threadfix-ham-1.3.3
threadfix-ham-1.3.2
threadfix-ham-1.3.1
threadfix-ham-1.3.0
1.2.x
threadfix-ham-1.2.18
threadfix-ham-1.2.17.1
threadfix-ham-1.2.17
threadfix-ham-1.2.16.1
threadfix-ham-1.2.16
threadfix-ham-1.2.14
threadfix-ham-1.2.13
threadfix-ham-1.2.12
threadfix-ham-1.2.11
threadfix-ham-1.2.10
threadfix-ham-1.2.9
threadfix-ham-1.2.2
1.1
threadfix-ham-1.1
1.0
threadfix-ham-1.0

How to add a dependency to Maven

Add the following com.github.secdec.astam-correlator : threadfix-ham maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.secdec.astam-correlator</groupId>
    <artifactId>threadfix-ham</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.secdec.astam-correlator : threadfix-ham gradle dependency to your build.gradle file:

implementation 'com.github.secdec.astam-correlator:threadfix-ham:1.3.8'

Gradle Kotlin DSL: Add the following com.github.secdec.astam-correlator : threadfix-ham gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.secdec.astam-correlator:threadfix-ham:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.secdec.astam-correlator : threadfix-ham sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-ham" % "1.3.8"

Advertisement