Skip to content

Commit 7c6a5e5

Browse files
committed
Adjust entropy filesize limit.
Changelog excerpt: - Halved entropy_filesize_limit's default value to 256KB to provide a safer margin against false positives.
1 parent 89274f7 commit 7c6a5e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
177177
- [2025.03.24]: Applied entropy limits to some additional detections.
178178
- [2025.03.29]: Moved a small number of L10N strings from the front-end to the core due to being needed for some new CLI functionality.
179179
- [2025.03.29]: Spaced out the CLI switch file printouts to slightly improve readability.
180+
181+
### v3.6.2
182+
183+
- [2025.05.20]: Halved entropy_filesize_limit's default value to 256KB to provide a safer margin against false positives.

assets/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2025.04.27).
10+
# This file: Configuration defaults file (last modified: 2025.05.20).
1111
##/
1212

1313
core:
@@ -409,7 +409,7 @@ files:
409409
default: 7.7
410410
entropy_filesize_limit:
411411
type: "kb"
412-
default: "512KB"
412+
default: "256KB"
413413
quarantine:
414414
quarantine_key:
415415
type: "string"

0 commit comments

Comments
 (0)