Skip to content

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 07:27
36a507e

Added

  • WordPressVIPMinimum.Security.ExitAfterRedirect (error): flags
    wp_redirect() and wp_safe_redirect() calls not followed by
    exit(), preventing unintended output or side effects after
    headers are sent — a known WordPress footgun, especially in
    admin_post_* handlers. Pulled from automattic/vipwpcs
    (cherry-picked; the full VIP ruleset is not included).
    Closes #103.