-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Gradle to 8.5 and ZAP to 2.14
Update Gradle Wrapper to 8.5 and add-on plugin to latest version. Apply the common plugins and remove now redundant configurations. Update GitHub Actions in workflows. Update ZAP to 2.14. Signed-off-by: thc202 <[email protected]>
- Loading branch information
Showing
10 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,9 @@ import org.zaproxy.gradle.addon.misc.ConvertMarkdownToHtml | |
plugins { | ||
`java-library` | ||
eclipse | ||
id("com.diffplug.spotless") version "6.20.0" | ||
id("org.zaproxy.add-on") version "0.9.0" | ||
id("com.diffplug.spotless") | ||
id("org.zaproxy.common") | ||
id("org.zaproxy.add-on") version "0.10.0" | ||
id("org.zaproxy.crowdin") version "0.3.1" | ||
} | ||
|
||
|
@@ -19,10 +20,6 @@ eclipse { | |
} | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
description = "FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing" | ||
|
||
java { | ||
|
@@ -35,7 +32,7 @@ zapAddOn { | |
addOnId.set(project.name.replace("-", "")) | ||
addOnName.set("FuzzDB Offensive") | ||
addOnStatus.set(AddOnStatus.RELEASE) | ||
zapVersion.set("2.13.0") | ||
zapVersion.set("2.14.0") | ||
|
||
releaseLink.set("https://github.com/zaproxy/fuzzdb-offensive/compare/v@[email protected]@CURRENT_VERSION@") | ||
unreleasedLink.set("https://github.com/zaproxy/fuzzdb-offensive/compare/v@[email protected]") | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
plugins { | ||
id("org.zaproxy.common.settings") version "0.2.0" | ||
|
||
id("com.diffplug.spotless") version "6.20.0" apply false | ||
} | ||
|
||
rootProject.name = "fuzzdb-offensive" |