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