t

threadfix-entities

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/
https://github.com/denimgroup/threadfix
Mozilla Public License, Version 2.0
Denim Group, Ltd.
Bryan Beverly Dan Cornell Sinh Tran
Files download
File Operation
threadfix-entities-2.5.jar download
threadfix-entities-2.5.pom download
threadfix-entities-2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.denimgroup.threadfix</groupId>
  <artifactId>threadfix-entities</artifactId>
  <version>2.5</version>
</dependency>
Gradle Groovy
implementation 'com.denimgroup.threadfix:threadfix-entities:2.5'
Gradle Kotlin
implementation("com.denimgroup.threadfix:threadfix-entities:2.5")
Scala SBT
libraryDependencies += "com.denimgroup.threadfix" % "threadfix-entities" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.denimgroup.threadfix', module='threadfix-entities', version='2.5')
)
Apache Ivy
<dependency org="com.denimgroup.threadfix" name="threadfix-entities" rev="2.5" />
Leiningen
[com.denimgroup.threadfix/threadfix-entities "2.5"]
Apache Buildr
'com.denimgroup.threadfix:threadfix-entities:jar:2.5'