Skip to:
Content

BuddyPress.org

Changeset 13872


Ignore:
Timestamp:
05/24/2024 02:13:15 PM (18 months ago)
Author:
espellcaste
Message:

Add the WordPress.Security.SafeRedirectsniff to our composer run phpcs-escape command, essentially blocking pull requests, and releases, with code with this issue.

Props imath
See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r13850 r13872  
    4949        "phpcs": "@php ./vendor/bin/phpcs . --basepath=.",
    5050        "phpcbf": "@php ./vendor/bin/phpcbf . --basepath=.",
    51         "phpcs-escape": "@php ./vendor/bin/phpcs src --extensions=php -sp --standard=BuddyPress --sniffs=WordPress.Security.EscapeOutput",
     51        "phpcs-escape": "@php ./vendor/bin/phpcs src --extensions=php -sp --standard=BuddyPress --sniffs=WordPress.Security.EscapeOutput,WordPress.Security.SafeRedirect",
    5252        "phpcompat": "@php ./vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php -sp --runtime-set testVersion 5.6- src tests",
    5353        "test:watch": [
Note: See TracChangeset for help on using the changeset viewer.