Skip to content

Commit 51ca180

Browse files
authored
Merge pull request #44 from psiinon/main
2 parents c5ad159 + b63b3bd commit 51ca180

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## [Unreleased]
77
### Changed
88
- Update minimum ZAP version to 2.14.0.
9+
- Updated help and description to say this may cause problems with anti-virus tools (Issue 8297).
910

1011
## [4] - 2021-06-11
1112
### Changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ eclipse {
2020
}
2121
}
2222

23-
description = "FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing"
23+
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"
2424

2525
java {
2626
val javaVersion = JavaVersion.VERSION_11

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<BODY>
1010
<H1>FuzzDB Offensive</H1>
1111
<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.
12-
12+
<p>
13+
<b>This add-on contains files that may be flagged by anti-virus tools.</b>
1314
</BODY>
1415
</HTML>

0 commit comments

Comments
 (0)