Skip to content

Security warning reported on firebase/php-jwt #161

@Rudy1976Lympha

Description

@Rudy1976Lympha

Hello
today we were updating our application ( which is actually using mixerapi for api and JWT authentication ) and composer reported a security problem regarding firebase/jwt

Image

We checked out packagist and it seems the only version where the problem has been addressed and resolved is 7.0, but this collides with constraints of your plugin, which cannot allow it.

Problem 1
    - Root composer.json requires mixerapi/jwt-auth 2.* -> satisfiable by mixerapi/jwt-auth[v2.0.0, ..., v2.0.6].
    - mixerapi/jwt-auth[v2.0.0, ..., v2.0.6] require firebase/php-jwt ^6.2 -> found firebase/php-jwt[v6.2.0, ..., v6.11.1] but it conflicts with your root composer.json require (7.0.0).

We are currently using your stack with the following:

 "mixerapi/bake": "2.*",
  "mixerapi/crud": "2.*",
  "mixerapi/jwt-auth": "2.*",
  "mixerapi/mixerapi": "2.*",

Is there something we can do? We are actually using your plugin ( with satisfaction I can say ) in multiple production environments.

Thanks in advance

Rudy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions