Update firebase jwt requirement to ^7.0#455
Update firebase jwt requirement to ^7.0#455ryanmitchell wants to merge 3 commits intoShopify:mainfrom
Conversation
|
I have signed the CLA! |
|
Hello, We are currently facing the same issue. Is it possible to fix this issue ? Thank you ! |
|
Hello, We are currently facing the same issue Thank you ! |
|
Also seeing this issue. Any idea on a timeframe for getting this updated? Thanks |
|
We are also running in to this issue, hope this gets updated soon! |
|
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. |
|
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 Here's the quick fix I used: composer config --merge audit.ignore PKSA-y2cr-5h3j-g3ys |
|
cc @lizkenyon |
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
Checklist