Lucas Mirloup
Lucas Mirloup
Hi, When using a Model in a Response attribute like [in the documentation](https://symfony.com/bundles/NelmioApiDocBundle/current/index.html#use-models) : `#[OA\Response( response: 200, description: 'Successful response', content: new Model(type: User::class) )]` I get this PHPStan error...
Hi :wave: If I'm not mistaken, this package uses ElFinder < 2.1.58. These versions are affected by 3 active CVEs : [CVE-2021-23394](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23394), [CVE-2021-32682](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32682) & [CVE-2023-35840](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-35840). I'm aware that this package...
My `composer.json`: ```json { "type": "project", "license": "proprietary", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.3", "behat/transliterator": "*" } } ``` Output of `composer diagnose`: ``` Checking composer.json: OK Checking...