Make WordPress Core

Changeset 63053


Ignore:
Timestamp:
08/06/2026 01:12:48 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.5 branch.

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

Location:
branches/5.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/composer.json

    r53968 r63053  
    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.5/composer.lock

    r51843 r63053  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "9e9eda16834511e20c7fef4c012b6744",
     7    "content-hash": "2200b3da9f0e1efee350f52b41cd0f3c",
    88    "packages": [],
    99    "packages-dev": [
     
    15771577            "source": {
    15781578                "type": "git",
    1579                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     1579                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    15801580                "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
    15811581            },
    15821582            "dist": {
    15831583                "type": "zip",
    1584                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
     1584                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
    15851585                "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
    15861586                "shasum": ""
     
    19001900    "aliases": [],
    19011901    "minimum-stability": "stable",
    1902     "stability-flags": [],
     1902    "stability-flags": {},
    19031903    "prefer-stable": false,
    19041904    "prefer-lowest": false,
     
    19061906        "php": ">=5.6"
    19071907    },
    1908     "platform-dev": [],
    1909     "plugin-api-version": "1.1.0"
     1908    "platform-dev": {},
     1909    "plugin-api-version": "2.9.0"
    19101910}
Note: See TracChangeset for help on using the changeset viewer.