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 @@
+This add-on contains files that may be flagged by anti-virus tools.