-
-
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.
Merge pull request #49 from thc202/gradle/update-8.8
- Loading branch information
Showing
8 changed files
with
25 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ plugins { | |
eclipse | ||
id("com.diffplug.spotless") | ||
id("org.zaproxy.common") | ||
id("org.zaproxy.add-on") version "0.10.0" | ||
id("org.zaproxy.add-on") version "0.11.0" | ||
id("org.zaproxy.crowdin") version "0.4.0" | ||
} | ||
|
||
|
@@ -20,7 +20,10 @@ eclipse { | |
} | ||
} | ||
|
||
description = "FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing - contains files that may well be flagged by anti-virus tools" | ||
description = ( | ||
"FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing - contains files " + | ||
"that may well be flagged by anti-virus tools" | ||
) | ||
|
||
java { | ||
val javaVersion = JavaVersion.VERSION_11 | ||
|
@@ -32,7 +35,7 @@ zapAddOn { | |
addOnId.set(project.name.replace("-", "")) | ||
addOnName.set("FuzzDB Offensive") | ||
addOnStatus.set(AddOnStatus.RELEASE) | ||
zapVersion.set("2.14.0") | ||
zapVersion.set("2.15.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
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,7 +1,7 @@ | ||
plugins { | ||
id("org.zaproxy.common.settings") version "0.2.0" | ||
id("org.zaproxy.common.settings") version "0.3.0" | ||
|
||
id("com.diffplug.spotless") version "6.20.0" apply false | ||
id("com.diffplug.spotless") version "6.25.0" apply false | ||
} | ||
|
||
rootProject.name = "fuzzdb-offensive" |