Make WordPress Core

Changeset 63052


Ignore:
Timestamp:
08/06/2026 01:12:03 PM (3 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 vulnerable Gitblame, Hgblame or Svnblame report formats, so the pinned version poses no practical risk.

Merges [63037] to the 5.6 branch.

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

Location:
branches/5.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/composer.json

    r53967 r63052  
    3535        },
    3636        "config": {
     37                "audit": { "ignore": [ "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg" ] },
    3738                "allow-plugins": {
    3839                        "dealerdirect/phpcodesniffer-composer-installer": true
  • branches/5.6/composer.lock

    r51840 r63052  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "d8bcbf1466f6595287a44721f525844d",
     7    "content-hash": "f9614943a9127e725997fd4141d940fe",
    88    "packages": [],
    99    "packages-dev": [
     
    15661566            "source": {
    15671567                "type": "git",
    1568                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     1568                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    15691569                "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
    15701570            },
    15711571            "dist": {
    15721572                "type": "zip",
    1573                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
     1573                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
    15741574                "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
    15751575                "shasum": ""
     
    17391739            "source": {
    17401740                "type": "git",
    1741                 "url": "https://github.com/webmozart/assert.git",
     1741                "url": "https://github.com/webmozarts/assert.git",
    17421742                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
    17431743            },
    17441744            "dist": {
    17451745                "type": "zip",
    1746                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
     1746                "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
    17471747                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
    17481748                "shasum": ""
     
    18951895    "aliases": [],
    18961896    "minimum-stability": "stable",
    1897     "stability-flags": [],
     1897    "stability-flags": {},
    18981898    "prefer-stable": false,
    18991899    "prefer-lowest": false,
     
    19011901        "php": ">=5.6"
    19021902    },
    1903     "platform-dev": [],
    1904     "plugin-api-version": "2.1.0"
     1903    "platform-dev": {},
     1904    "plugin-api-version": "2.9.0"
    19051905}
Note: See TracChangeset for help on using the changeset viewer.