Make WordPress Core

Changeset 63038


Ignore:
Timestamp:
08/06/2026 12:54:19 PM (7 weeks ago)
Author:
jeremyfelt
Message:

Build/Test Tools: Ignore PHPCS Security Advisory CVE-2026-67434

Add an ignore for GHSA-hmqg-cxww-wqhq (CVE-2026-67434), under both its GitHub and Packagist advisory IDs.

WordPress tooling does not use the vulnerable Gitblame, Hgblame or Svnblame report formats, so the pinned version poses no practical risk.

Merges [63037] to the 7.0 branch.

Props johnbillion, joedolson, jonsurrell, sergeybiryukov.
Fixes #65822.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/composer.json

    r62876 r63038  
    2828        },
    2929        "config": {
    30                 "audit": { "ignore": [ "GHSA-3pwp-g2mj-5p3v" ] },
     30                "audit": { "ignore": [ "GHSA-3pwp-g2mj-5p3v", "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg" ] },
    3131                "allow-plugins": {
    3232                        "dealerdirect/phpcodesniffer-composer-installer": true
Note: See TracChangeset for help on using the changeset viewer.