Make WordPress Core

Changeset 63056


Ignore:
Timestamp:
08/06/2026 01:16:02 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.2 branch.

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

Location:
branches/5.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/composer.json

    r53971 r63056  
    1717        },
    1818        "config": {
     19                "audit": { "ignore": [ "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg" ] },
    1920                "allow-plugins": {
    2021                        "dealerdirect/phpcodesniffer-composer-installer": true
  • branches/5.2/composer.lock

    r51846 r63056  
    15861586            "source": {
    15871587                "type": "git",
    1588                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     1588                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    15891589                "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
    15901590            },
    15911591            "dist": {
    15921592                "type": "zip",
    1593                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
     1593                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
    15941594                "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
    15951595                "shasum": ""
     
    19191919    "aliases": [],
    19201920    "minimum-stability": "stable",
    1921     "stability-flags": [],
     1921    "stability-flags": {},
    19221922    "prefer-stable": false,
    19231923    "prefer-lowest": false,
    1924     "platform": [],
    1925     "platform-dev": [],
    1926     "plugin-api-version": "2.1.0"
     1924    "platform": {},
     1925    "platform-dev": {},
     1926    "plugin-api-version": "2.9.0"
    19271927}
Note: See TracChangeset for help on using the changeset viewer.