Make WordPress Core

Changeset 63058


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

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

Location:
branches/5.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/composer.json

    r53973 r63058  
    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.0/composer.lock

    r43786 r63058  
    8181            "source": {
    8282                "type": "git",
    83                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     83                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    8484                "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
    8585            },
    8686            "dist": {
    8787                "type": "zip",
    88                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
     88                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
    8989                "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
    9090                "shasum": ""
     
    132132            "source": {
    133133                "type": "git",
    134                 "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
     134                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    135135                "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755"
    136136            },
    137137            "dist": {
    138138                "type": "zip",
    139                 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755",
     139                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755",
    140140                "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755",
    141141                "shasum": ""
     
    173173    "aliases": [],
    174174    "minimum-stability": "stable",
    175     "stability-flags": [],
     175    "stability-flags": {},
    176176    "prefer-stable": false,
    177177    "prefer-lowest": false,
    178     "platform": [],
    179     "platform-dev": []
     178    "platform": {},
     179    "platform-dev": {},
     180    "plugin-api-version": "2.9.0"
    180181}
Note: See TracChangeset for help on using the changeset viewer.