Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/main/javahelp/help/contents/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<BODY>
<H1>FuzzDB Offensive</H1>
<a href="https://github.com/fuzzdb-project/fuzzdb/">FuzzDB</a> web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing.

<p>
<b>This add-on contains files that may be flagged by anti-virus tools.</b>
</BODY>
</HTML>