From b63b3bd8c534416176cfa61c0bffcdb3cc892613 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Thu, 11 Jan 2024 09:34:10 +0000 Subject: [PATCH] Add anti-virus warnings Fixes https://github.com/zaproxy/zaproxy/issues/8297 --- CHANGELOG.md | 1 + build.gradle.kts | 2 +- src/main/javahelp/help/contents/intro.html | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ded7d9..0dd9fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Changed - Update minimum ZAP version to 2.14.0. +- Updated help and description to say this may cause problems with anti-virus tools (Issue 8297). ## [4] - 2021-06-11 ### Changed diff --git a/build.gradle.kts b/build.gradle.kts index 8fd4c53..c38c093 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ eclipse { } } -description = "FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing" +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 diff --git a/src/main/javahelp/help/contents/intro.html b/src/main/javahelp/help/contents/intro.html index f84b3be..326ef4a 100644 --- a/src/main/javahelp/help/contents/intro.html +++ b/src/main/javahelp/help/contents/intro.html @@ -9,6 +9,7 @@

FuzzDB Offensive

FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing. - +

+This add-on contains files that may be flagged by anti-virus tools.