is not current version
Last Version 1.3.8

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

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.

GroupId

GroupId

com.github.secdec.astam-correlator
ArtifactId

ArtifactId

threadfix-ham
Version

Version

1.2.11
Type

Type

jar

Download threadfix-ham 1.2.11


<!-- https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-ham/ -->
<dependency>
    <groupId>com.github.secdec.astam-correlator</groupId>
    <artifactId>threadfix-ham</artifactId>
    <version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-ham/
implementation 'com.github.secdec.astam-correlator:threadfix-ham:1.2.11'
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-ham/
implementation ("com.github.secdec.astam-correlator:threadfix-ham:1.2.11")
'com.github.secdec.astam-correlator:threadfix-ham:jar:1.2.11'
<dependency org="com.github.secdec.astam-correlator" name="threadfix-ham" rev="1.2.11">
  <artifact name="threadfix-ham" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secdec.astam-correlator', module='threadfix-ham', version='1.2.11')
)
libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-ham" % "1.2.11"
[com.github.secdec.astam-correlator/threadfix-ham "1.2.11"]