Problem/Motivation
There is a security advisory for firebase/php-jwt below version 7, see https://github.com/advisories/GHSA-2x45-7fc3-mxwq
Steps to reproduce
Proposed resolution
Bump the version constraint from ^6.0 to ^7.0 and make sure, that the module still works with the newer version.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork zoom_video-3588299
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
tostinni commentedHere is a simple bump to 7.x verison of php-jwt.
Doing so should work flawlessly as the only place where it is used is here:
src/ZoomMeetingSDKRequest.phpAnd the zoom sdk_secret are exactly 32 bytes which is the minimum now required by php-jwt, so this seems fine.
Comment #5
danmer commentedMerged, closing the issue