Skip to content

Commit 4ca9366

Browse files
authored
Merge pull request #11 from thc202/update-plugin-and-urls
Update add-on plugin and help links, tweak HelpSet
2 parents e7ca5f1 + 1768a50 commit 4ca9366

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
### Added
8+
- Add repo URL, shown in the marketplace and Manage Add-ons dialogue.
79

10+
### Changed
11+
- Change info URL to link to the online help page.
812

913
## [1] - 2019-06-27
1014

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
fuzzdb-web-backdoors
22
====================
33

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/

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.zaproxy.gradle.addon.misc.ExtractLatestChangesFromChangelog
77
plugins {
88
`java-library`
99
eclipse
10-
id("org.zaproxy.add-on") version "0.2.0"
10+
id("org.zaproxy.add-on") version "0.3.0"
1111
}
1212

1313
eclipse {
@@ -40,7 +40,8 @@ zapAddOn {
4040

4141
manifest {
4242
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/")
4445
changesFile.set(tasks.named<ConvertMarkdownToHtml>("generateManifestChanges").flatMap { it.html })
4546

4647
helpSet {

src/main/javahelp/help/contents/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</HEAD>
99
<BODY BGCOLOR="#ffffff">
1010
<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.
1212

1313
</BODY>
1414
</HTML>

src/main/javahelp/help/helpset.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>FuzzDB Web Backdoors Add-On</title>
77

88
<maps>
9-
<homeID>top</homeID>
9+
<homeID>fuzzdb-web-backdoors</homeID>
1010
<mapref location="map.jhm"/>
1111
</maps>
1212

0 commit comments

Comments
 (0)