File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
+ ## [ Unreleased]
7
+
8
+
6
9
## [ 2] - 2020-01-30
7
10
### Added
8
11
- Add repo URL, shown in the marketplace and Manage Add-ons dialogue.
@@ -15,5 +18,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
18
16
19
First version.
17
20
21
+ [ Unreleased ] : https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v2...HEAD
18
22
[ 2 ] : https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...v2
19
23
[ 1 ] : https://github.com/zaproxy/fuzzdb-web-backdoors/releases/v1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
mavenCentral()
22
22
}
23
23
24
- version = " 2 "
24
+ version = " 3 "
25
25
description = " FuzzDB web backdoors which can be used with the ZAP fuzzer"
26
26
27
27
java {
@@ -40,7 +40,7 @@ zapAddOn {
40
40
41
41
manifest {
42
42
author.set(" ZAP Dev Team" )
43
- url.set(" https://zaproxy.org/docs/desktop/addons/fuzzdb-web-backdoors/" )
43
+ url.set(" https://www. zaproxy.org/docs/desktop/addons/fuzzdb-web-backdoors/" )
44
44
repo.set(" https://github.com/zaproxy/fuzzdb-web-backdoors/" )
45
45
changesFile.set(tasks.named<ConvertMarkdownToHtml >(" generateManifestChanges" ).flatMap { it.html })
46
46
You can’t perform that action at this time.
0 commit comments