License |
License |
---|---|
GroupId | GroupIdcom.github.secdec.astam-correlator |
ArtifactId | ArtifactIdthreadfix-ham |
Version | Version1.3.7 |
Type | Typejar |
Description |
Descriptionthreadfix-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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
threadfix-ham-1.3.7.pom | |
threadfix-ham-1.3.7.jar | 873 KB |
threadfix-ham-1.3.7-tests.jar | 247 KB |
threadfix-ham-1.3.7-sources.jar | 594 KB |
threadfix-ham-1.3.7-javadoc.jar | 2 MB |
Browse |
<!-- 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.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-ham/
implementation 'com.github.secdec.astam-correlator:threadfix-ham:1.3.7'
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-ham/
implementation ("com.github.secdec.astam-correlator:threadfix-ham:1.3.7")
'com.github.secdec.astam-correlator:threadfix-ham:jar:1.3.7'
<dependency org="com.github.secdec.astam-correlator" name="threadfix-ham" rev="1.3.7">
<artifact name="threadfix-ham" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secdec.astam-correlator', module='threadfix-ham', version='1.3.7')
)
libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-ham" % "1.3.7"
[com.github.secdec.astam-correlator/threadfix-ham "1.3.7"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
com.github.secdec.astam-correlator : threadfix-entities | jar | 1.3.7 |
org.jsoup : jsoup | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.springframework : spring-jms | jar | 4.3.5.RELEASE |
org.jacoco : jacoco-maven-plugin | jar | 0.7.0.201403182114 |
org.jacoco : org.jacoco.agent | jar | 0.7.0.201403182114 |
org.owasp : dependency-check-maven | jar | 1.3.6 |