MVN

com.denimgroup.threadfix : threadfix-entities

Maven & Gradle

Aug 28, 2017
1 usages
341 stars

ThreadFix is a software vulnerability aggregation and management system that reduces the time it takes to fix software vulnerabilities. ThreadFix imports the results from dynamic, static and manual testing to provide a centralized view of software security defects across development teams and applications. The system allows companies to correlate testing results and streamline software remediation efforts by simplifying feeds to software issue trackers. By auto generating application firewall rules, this tool allows organizations to continue remediation work uninterrupted. ThreadFix empowers managers with vulnerability trending reports that show progress over time, giving them justification for their efforts. ThreadFix is developed and maintained by Denim Group, Ltd (http://www.denimgroup.com) For information about commercial support and other services, contact Denim Group about ThreadFix http://www.denimgroup.com/resources-threadfix/

<dependency>
    <groupId>com.denimgroup.threadfix</groupId>
    <artifactId>threadfix-entities</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.denimgroup.threadfix : threadfix-entities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of com.denimgroup.threadfix : threadfix-entities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
threadfix-entities-2.5
2.3.x
threadfix-entities-2.3.7
2.2.x
threadfix-entities-2.2.0

How to add a dependency to Maven

Add the following com.denimgroup.threadfix : threadfix-entities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.denimgroup.threadfix</groupId>
    <artifactId>threadfix-entities</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.denimgroup.threadfix : threadfix-entities gradle dependency to your build.gradle file:

implementation 'com.denimgroup.threadfix:threadfix-entities:2.5'

Gradle Kotlin DSL: Add the following com.denimgroup.threadfix : threadfix-entities gradle kotlin dependency to your build.gradle.kts file:

implementation("com.denimgroup.threadfix:threadfix-entities:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.denimgroup.threadfix : threadfix-entities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.denimgroup.threadfix" % "threadfix-entities" % "2.5"

Advertisement