Make WordPress Core

Changeset 62876


Ignore:
Timestamp:
07/28/2026 07:36:34 PM (33 hours ago)
Author:
lancewillett
Message:

Build/Test Tools: Ignore the WPCS security advisory to unblock 7.0 CI.

Scope a Composer audit exception for GHSA-3pwp-g2mj-5p3v so composer install resolves on the 7.0 branch. WPCS is a dev-only dependency, and this keeps it at 3.3.0 rather than bumping it and churning the coding standards on a release branch.

Developed in: https://github.com/WordPress/wordpress-develop/pull/12741

Reviewed by: jorbin.
Props johnbillion.
See #65739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0/composer.json

    r62793 r62876  
    2828        },
    2929        "config": {
     30                "audit": { "ignore": [ "GHSA-3pwp-g2mj-5p3v" ] },
    3031                "allow-plugins": {
    3132                        "dealerdirect/phpcodesniffer-composer-installer": true
Note: See TracChangeset for help on using the changeset viewer.