t

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.
Files download
File Operation
threadfix-ham-1.2.18.jar download
threadfix-ham-1.2.18.pom download
threadfix-ham-1.2.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.secdec.astam-correlator</groupId>
  <artifactId>threadfix-ham</artifactId>
  <version>1.2.18</version>
</dependency>
Gradle Groovy
implementation 'com.github.secdec.astam-correlator:threadfix-ham:1.2.18'
Gradle Kotlin
implementation("com.github.secdec.astam-correlator:threadfix-ham:1.2.18")
Scala SBT
libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-ham" % "1.2.18"
Groovy Grape
@Grapes(
  @Grab(group='com.github.secdec.astam-correlator', module='threadfix-ham', version='1.2.18')
)
Apache Ivy
<dependency org="com.github.secdec.astam-correlator" name="threadfix-ham" rev="1.2.18" />
Leiningen
[com.github.secdec.astam-correlator/threadfix-ham "1.2.18"]
Apache Buildr
'com.github.secdec.astam-correlator:threadfix-ham:jar:1.2.18'