Make WordPress Core

Changeset 63037 for trunk/composer.json


Ignore:
Timestamp:
08/06/2026 12:47:56 PM (4 days 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 vulnerabile Gitblame, Hgblame or Svnblame report formats, so the pinned version poses no practical risk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r63019 r63037  
    5757        },
    5858        "config": {
     59                "audit": { "ignore": [ "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg" ] },
    5960                "allow-plugins": {
    6061                        "dealerdirect/phpcodesniffer-composer-installer": true
Note: See TracChangeset for help on using the changeset viewer.