docs(changelog): note dangerous name-matching audit unification

This commit is contained in:
Peter Steinberger
2026-02-24 01:33:00 +00:00
parent 161d9841dc
commit 1f81677093

View File

@@ -8,6 +8,7 @@ Docs: https://docs.openclaw.ai
- Security/Config writes: block reserved prototype keys in account-id normalization and route account config resolution through own-key lookups, hardening `/allowlist` and account-scoped config paths against prototype-chain pollution.
- Security/Exec: harden `safeBins` long-option validation by rejecting unknown/ambiguous GNU long-option abbreviations and denying sort filesystem-dependent flags (`--random-source`, `--temporary-directory`, `-T`), closing safe-bin denylist bypasses. Thanks @jiseoung.
- Security/Channels: unify dangerous name-matching policy checks (`dangerouslyAllowNameMatching`) across core and extension channels, share mutable-allowlist detectors between `openclaw doctor` and `openclaw security audit`, and scan all configured accounts (not only the default account) in channel security audit findings.
## 2026.2.23 (Unreleased)