File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this add-on will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
6
## [ Unreleased]
7
+ ### Added
8
+ - Add repo URL, shown in the marketplace and Manage Add-ons dialogue.
7
9
10
+ ### Changed
11
+ - Change info URL to link to the online help page.
8
12
9
13
## [ 1] - 2019-06-27
10
14
Original file line number Diff line number Diff line change 1
1
fuzzdb-web-backdoors
2
2
====================
3
3
4
- A ZAP add-on with FuzzDB web backdoors, split from the main add-on to avoid issues with AVs.
4
+ A ZAP add-on with [ FuzzDB] web backdoors, split from the main FuzzDB add-on to avoid issues with AVs.
5
+
6
+ [ FuzzDB ] : https://github.com/fuzzdb-project/fuzzdb/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.zaproxy.gradle.addon.misc.ExtractLatestChangesFromChangelog
7
7
plugins {
8
8
`java- library`
9
9
eclipse
10
- id(" org.zaproxy.add-on" ) version " 0.2 .0"
10
+ id(" org.zaproxy.add-on" ) version " 0.3 .0"
11
11
}
12
12
13
13
eclipse {
@@ -40,7 +40,8 @@ zapAddOn {
40
40
41
41
manifest {
42
42
author.set(" ZAP Dev Team" )
43
- url.set(" https://github.com/fuzzdb-project/fuzzdb/" )
43
+ url.set(" https://zaproxy.org/docs/desktop/addons/fuzzdb-web-backdoors/" )
44
+ repo.set(" https://github.com/zaproxy/fuzzdb-web-backdoors/" )
44
45
changesFile.set(tasks.named<ConvertMarkdownToHtml >(" generateManifestChanges" ).flatMap { it.html })
45
46
46
47
helpSet {
Original file line number Diff line number Diff line change 8
8
</ HEAD >
9
9
< BODY BGCOLOR ="#ffffff ">
10
10
< H1 > FuzzDB Web Backdoors</ H1 >
11
- FuzzDB web backdoors which can be used with the ZAP fuzzer.
11
+ < a href =" https://github.com/fuzzdb-project/fuzzdb/ " > FuzzDB</ a > web backdoors which can be used with the ZAP fuzzer.
12
12
13
13
</ BODY >
14
14
</ HTML >
Original file line number Diff line number Diff line change 6
6
< title> FuzzDB Web Backdoors Add - On </ title>
7
7
8
8
< maps>
9
- < homeID> top </ homeID>
9
+ < homeID> fuzzdb - web - backdoors </ homeID>
10
10
< mapref location= " map.jhm" />
11
11
</ maps>
12
12
You can’t perform that action at this time.
0 commit comments