Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on JWT <6.x means security vulnerabilities cannot be avoided #2538

Closed
gravelld opened this issue Dec 21, 2023 · 2 comments
Closed

Comments

@gravelld
Copy link

GHSA-8xf4-w7qw-pjjw is a vulnerability affecting all firebase/php-jwt versions before 6.0.0. Currently the composer.json allows versions 2.x.x-5.x.x.

"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0"

Clearly you'd like to retain as wide a support as possible, but the above declaration in composer.json means those of us who have to undergo security audits can't use the package.

What is the best approach here?

@bshaffer
Copy link
Contributor

bshaffer commented Jan 4, 2024

The current version requires firebase/php-jwt:^6.0, so I'm not sure what the concern is here?

https://github.com/googleapis/google-api-php-client/blob/main/composer.json#L12

@bshaffer
Copy link
Contributor

bshaffer commented Jan 4, 2024

(this was done 8 months ago - #2431)

@bshaffer bshaffer closed this as completed Jan 4, 2024
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

No branches or pull requests

2 participants