From 400cf13946ee1b86aa3d02205f562b35fc4e879d Mon Sep 17 00:00:00 2001 From: thc202 Date: Tue, 24 Oct 2023 12:50:53 +0100 Subject: [PATCH] Add info URL to the add-on manifest Link to the blog post for the user to know more about the add-on. Signed-off-by: thc202 --- CHANGELOG.md | 1 + build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0439e61..f46c3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +- Add info URL to the add-on manifest. ## [1.2.1] - 2023-10-20 - Fix exceptions using option introduced in previous version. diff --git a/build.gradle.kts b/build.gradle.kts index e512ce3..309b464 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,6 +43,7 @@ zapAddOn { manifest { author.set("KSASAN preetkaran20@gmail.com") repo.set("https://github.com/SasanLabs/owasp-zap-fileupload-addon/") + url.set("https://www.zaproxy.org/blog/2021-08-20-zap-fileupload-addon/") } }