Skip to content

Commit f262a70

Browse files
committed
Adds the Attack Surface Detector plugin to the repository as well as a minor pom change
1 parent 6456da9 commit f262a70

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

burp/pom.xml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,31 +72,14 @@
7272
<build>
7373
<sourceDirectory>src/main/java</sourceDirectory>
7474
<plugins>
75-
<plugin>
76-
<groupId>org.apache.maven.plugins</groupId>
77-
<artifactId>maven-jar-plugin</artifactId>
78-
<version>2.4</version>
79-
<configuration>
80-
<finalName>attacksurfacedetector-release-1</finalName>
81-
</configuration>
82-
<executions>
83-
<execution>
84-
<id>make-a-jar</id>
85-
<phase>compile</phase>
86-
<goals>
87-
<goal>jar</goal>
88-
</goals>
89-
</execution>
90-
</executions>
91-
</plugin>
9275
<plugin>
9376
<groupId>org.apache.maven.plugins</groupId>
9477
<artifactId>maven-compiler-plugin</artifactId>
9578
</plugin>
9679
<plugin>
9780
<artifactId>maven-assembly-plugin</artifactId>
9881
<configuration>
99-
<finalName>attacksurfacedetector-release-2</finalName>
82+
<finalName>attacksurfacedetector-release-1</finalName>
10083
</configuration>
10184
<executions>
10285
<execution>
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.2.3-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

11-
<name>ThreadFix</name>
11+
<name>AttackSurfaceDetector</name>
1212
<description>
1313
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.
1414

0 commit comments

Comments
 (0)