We are using "macsidigital/laravel-zoom": "^5.0" according to composer.json. Automatically, upon executing composer update, the composer.lock file is requiring firebase/php-jwt:5.5.1. This dependency is vulnerable as you can see here:
Package | firebase/php-jwt
| CVE | CVE-2021-46743
| Title | Key/algorithm type confusion
| URL | https://github.com/advisories/GHSA-8xf4-w7qw-pjjw
| Affected versions | <6.0.0
| Reported at | 2022-03-30T00:00:00+00:00
We are using
"macsidigital/laravel-zoom": "^5.0"
according to composer.json. Automatically, upon executingcomposer update
, the composer.lock file is requiringfirebase/php-jwt:5.5.1
. This dependency is vulnerable as you can see here:Package | firebase/php-jwt | CVE | CVE-2021-46743 | Title | Key/algorithm type confusion | URL | https://github.com/advisories/GHSA-8xf4-w7qw-pjjw | Affected versions | <6.0.0 | Reported at | 2022-03-30T00:00:00+00:00
Assistance is appreciated