Make WordPress Core

Changeset 63057


Ignore:
Timestamp:
08/06/2026 01:17:00 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.1 branch.

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

Location:
branches/5.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1

  • branches/5.1/composer.json

    r53972 r63057  
    1515        },
    1616        "config": {
     17                "audit": { "ignore": [ "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg" ] },
    1718                "allow-plugins": {
    1819                        "dealerdirect/phpcodesniffer-composer-installer": true
  • branches/5.1/composer.lock

    r49516 r63057  
    8383            "source": {
    8484                "type": "git",
    85                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     85                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    8686                "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
    8787            },
    8888            "dist": {
    8989                "type": "zip",
    90                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
     90                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
    9191                "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
    9292                "shasum": ""
     
    187187    "aliases": [],
    188188    "minimum-stability": "stable",
    189     "stability-flags": [],
     189    "stability-flags": {},
    190190    "prefer-stable": false,
    191191    "prefer-lowest": false,
    192     "platform": [],
    193     "platform-dev": [],
    194     "plugin-api-version": "2.0.0"
     192    "platform": {},
     193    "platform-dev": {},
     194    "plugin-api-version": "2.9.0"
    195195}
Note: See TracChangeset for help on using the changeset viewer.