Skip to content

Commit 2724981

Browse files
committed
Changed App description in the POM
1 parent 3c92e96 commit 2724981

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
<name>AttackSurfaceDetector</name>
1212
<description>
13-
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.
14-
15-
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/threadfix/
16-
17-
The ASTAM Correlator is a branch of the public Community Edition of the ThreadFix software. This branch is maintained by Secure Decisions (http://www.securedecisions.com), a subdivision of Applied Visions, Inc (http://www.avi.com).
13+
The Attack Surface Detector tool performs static code analysis to first detect the web application endpoints, parameters, and parameter datatypes. This information is then pulled into the Burp Suite and OWASP ZAP web application testing suites to allow for rapid dynamic testing of the discovered attack surface. The benefit of this approach over traditional spidering techniques is that hidden endpoints are found without brute force guessing, and optional parameters not seen in the client-side code are discovered.
14+
The Attack Surface Detector tool is developed and maintained by Secure Decisions (http://www.securedecisions.com), a subdivision of Applied Visions, Inc (http://www.avi.com).
15+
This tool was developed in collaboration with Denim Group, Ltd (http://www.denimgroup.com).
1816
</description>
1917

2018
<modules>

0 commit comments

Comments
 (0)