Skip to content

Update firebase jwt requirement to ^7.0#455

Closed
ryanmitchell wants to merge 3 commits into
Shopify:mainfrom
ryanmitchell:chore/update-firebase-php-jwt
Closed

Update firebase jwt requirement to ^7.0#455
ryanmitchell wants to merge 3 commits into
Shopify:mainfrom
ryanmitchell:chore/update-firebase-php-jwt

Conversation

@ryanmitchell

@ryanmitchell ryanmitchell commented Feb 20, 2026

Copy link
Copy Markdown

WHY are these changes introduced?

Fixes #454

The package cannot be installed without composer warnings due to the vulnerability on PHP-JWT.

WHAT is this pull request doing?

Updates the minimum version of PHP-JWT to an unaffected version.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)
  • Minor: New feature (non-breaking change which adds functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change
  • I have updated the documentation for public APIs from the library (if applicable)

@ryanmitchell

Copy link
Copy Markdown
Author

I have signed the CLA!

@davidbounliane

Copy link
Copy Markdown

Hello,

We are currently facing the same issue. Is it possible to fix this issue ?

Thank you !

@oeloukilioutmane

Copy link
Copy Markdown

Hello,

We are currently facing the same issue

Thank you !

@nfourtythree

Copy link
Copy Markdown

Also seeing this issue.

Any idea on a timeframe for getting this updated?

Thanks

@robindelaater

Copy link
Copy Markdown

We are also running in to this issue, hope this gets updated soon!

@kylemilloy

kylemilloy commented Feb 26, 2026

Copy link
Copy Markdown

Also seeing this, please expedite.

I'd add that because of "fun" corporate things like Aikido and other security scanners we're blocked by this right now.

@patrick-levesque

Copy link
Copy Markdown

I ran into the same issue.

Since the tokens are generated by Shopify and this package only verifies them (it does not generate tokens with weak settings), this does not appear to be critical in this context. You can temporarily ignore the specific advisory in your composer.json until Shopify updates this package.

Here's the quick fix I used:

composer config --merge audit.ignore PKSA-y2cr-5h3j-g3ys

@julionc

julionc commented Feb 27, 2026

Copy link
Copy Markdown

cc @lizkenyon

@kylemilloy

kylemilloy commented Mar 2, 2026

Copy link
Copy Markdown

Completed here: #456

@lizkenyon lizkenyon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for doing this. I completed this here will be releasing shortly.

@lizkenyon lizkenyon closed this Mar 2, 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.

Package affected by PHP-JWT vulnerability

9 participants