You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,27 @@ This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a C
8
8
9
9
_No documentation available about unreleased changes as of yet._
10
10
11
+
## [3.4.1] - 2026-07-27
12
+
13
+
**This is a security release and all users are advised to update their WordPressCS install as soon as possible.**
14
+
15
+
### Changed
16
+
- The minimum required `PHPCSUtils` version to 1.2.3 (was 1.2.2). [#2770]
17
+
- The minimum required `PHPCSExtra` version to 1.5.1 (was 1.5.0). [#2770]
18
+
- Various housekeeping, including documentation improvements.
19
+
20
+
### Fixed
21
+
-**SECURITY FIX**: Running the `WordPress.WP.EnqueuedResourceParameters` sniff over untrusted PHP code, for example, in a CI pipeline that lints pull requests, or on a developer machine reviewing third-party code, could lead to arbitrary command execution on the scanning host. [#2771]
22
+
This affects users of the `WordPress` and `WordPress-Extra` rulesets. The `WordPress-Core` ruleset and the `WordPress-Docs` ruleset are not affected.
23
+
For more details, see the [security advisory][sec-1].
24
+
Thanks to [@FORIMOC] for responsibly disclosing the vulnerability.
0 commit comments