Make WordPress Core

Changeset 63054


Ignore:
Timestamp:
08/06/2026 01:14:07 PM (5 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 5.4 branch.

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

Location:
branches/5.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

  • branches/5.4/composer.json

    r53969 r63054  
    2121        },
    2222        "config": {
     23                "audit": { "ignore": [ "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg" ] },
    2324                "allow-plugins": {
    2425                        "dealerdirect/phpcodesniffer-composer-installer": true
  • branches/5.4/composer.lock

    r51844 r63054  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "aca20b03e01d127576d6bcf3eb4517ef",
     7    "content-hash": "44dd0c9ea4d875c96bad2b020a7163e5",
    88    "packages": [],
    99    "packages-dev": [
     
    17501750            "source": {
    17511751                "type": "git",
    1752                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     1752                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    17531753                "reference": "379deb987e26c7cd103a7b387aea178baec96e48"
    17541754            },
    17551755            "dist": {
    17561756                "type": "zip",
    1757                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
     1757                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
    17581758                "reference": "379deb987e26c7cd103a7b387aea178baec96e48",
    17591759                "shasum": ""
     
    20832083    "aliases": [],
    20842084    "minimum-stability": "stable",
    2085     "stability-flags": [],
     2085    "stability-flags": {},
    20862086    "prefer-stable": false,
    20872087    "prefer-lowest": false,
     
    20892089        "php": ">=5.6"
    20902090    },
    2091     "platform-dev": [],
    2092     "plugin-api-version": "2.1.0"
     2091    "platform-dev": {},
     2092    "plugin-api-version": "2.9.0"
    20932093}
Note: See TracChangeset for help on using the changeset viewer.