E524 [12.x] Update phpunit version constraints to address CVE by PerryvanderMeer · Pull Request #58526 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@PerryvanderMeer
Copy link
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
Copy link
Collaborator
@GrahamCampbell GrahamCampbell left a comment

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
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
Member

This is unnecessary

CleanShot 2026-01-28 at 18 50 50

@crynobone
Copy link
Member
crynobone commented Jan 28, 2026

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
        }
    }

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.

3 participants

0