laravel-security-checker icon indicating copy to clipboard operation
laravel-security-checker copied to clipboard

Vulnerability scan fails with clean installation

Open LboerCap opened this issue 3 years ago • 0 comments

After entering composer require --dev enlightn/laravel-security-checker in my CL, it downloads all packages without issue. When I run php artisan security:check it gives the following error:

[ERROR] Vulnerabilities scan failed with exception: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://codeload.github.com/FriendsOfPHP/security-advisories/zip/master

This error persists when I use php artisan security:check --no-dev

LboerCap avatar Apr 11 '22 13:04 LboerCap