Skip to content

[12.x] Update phpunit version constraints to address CVE#58526

Merged
taylorotwell merged 1 commit into
laravel:12.xfrom
PerryvanderMeer:patch-1
Jan 29, 2026
Merged

[12.x] Update phpunit version constraints to address CVE#58526
taylorotwell merged 1 commit into
laravel:12.xfrom
PerryvanderMeer:patch-1

Conversation

@PerryvanderMeer

Copy link
Copy Markdown
Contributor

@PerryvanderMeer PerryvanderMeer changed the title Update phpunit version constraints to address CVE [12.x] Update phpunit version constraints to address CVE Jan 28, 2026

@GrahamCampbell GrahamCampbell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary. The vulnerability does not affect our code-paths in CI and we do want to test the earlier versions of PHPUnit for compatibility.

@GrahamCampbell

Copy link
Copy Markdown
Collaborator

@crynobone is probably the best person to decide what to do with this (aka whether we would rather stop testing PHPUnit 12.2 and only test the latest version of 12.x).

@crynobone

Copy link
Copy Markdown
Member

This is unnecessary

CleanShot 2026-01-28 at 18 50 50

@crynobone

crynobone commented Jan 28, 2026

Copy link
Copy Markdown
Member

Also, latest Composer doesn't install package with known vulnerability unless explicitly stated via composer.json audit configuration. e.g:

    "config": {
        "audit": {
            "block-insecure": false
        }
    }

@taylorotwell taylorotwell merged commit 3cd17ce into laravel:12.x Jan 29, 2026
22 of 72 checks passed
crynobone added a commit that referenced this pull request Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants