Skip to content

Commit b558639

Browse files
authored
Merge pull request #2772 from WordPress/feature/changelog-3.4.1
Changelog for the release of WordPressCS 3.4.1
2 parents a29048d + 1696dc8 commit b558639

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a C
88

99
_No documentation available about unreleased changes as of yet._
1010

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.
25+
26+
[sec-1]: https://github.com/WordPress/WordPress-Coding-Standards/security/advisories/GHSA-3pwp-g2mj-5p3v
27+
28+
[#2770]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2770
29+
[#2771]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2771
30+
31+
1132
## [3.4.0] - 2026-07-16
1233

1334
We're happy to welcome [@rodrigoprimo] as co-maintainer of WordPressCS as of this release.
@@ -1797,6 +1818,7 @@ Initial tagged release.
17971818
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
17981819

17991820
[Unreleased]: https://github.com/WordPress/WordPress-Coding-Standards/compare/main...HEAD
1821+
[3.4.1]: https://github.com/WordPress/WordPress-Coding-Standards/compare/3.4.0...3.4.1
18001822
[3.4.0]: https://github.com/WordPress/WordPress-Coding-Standards/compare/3.3.0...3.4.0
18011823
[3.3.0]: https://github.com/WordPress/WordPress-Coding-Standards/compare/3.2.0...3.3.0
18021824
[3.2.0]: https://github.com/WordPress/WordPress-Coding-Standards/compare/3.1.0...3.2.0
@@ -1842,6 +1864,7 @@ Initial tagged release.
18421864
[@dd32]: https://github.com/dd32
18431865
[@desrosj]: https://github.com/desrosj
18441866
[@dingo-d]: https://github.com/dingo-d
1867+
[@FORIMOC]: https://github.com/FORIMOC
18451868
[@fredden]: https://github.com/fredden
18461869
[@GaryJones]: https://github.com/GaryJones
18471870
[@gogdzl]: https://github.com/gogdzl

0 commit comments

Comments
 (0)