You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while scanning encountered really annoying issue, when scanned laravel project or projects with phpunit, there is constant detection of evil functions. Wouldn't it be better to skip these packages, by detected whether composer.json, composer.lock or vendor/autoload.php exists and just scan vendor dir for package files and validate their checksums, instead of file by file scan.
Best regards :-)
The text was updated successfully, but these errors were encountered:
Hi,
while scanning encountered really annoying issue, when scanned laravel project or projects with phpunit, there is constant detection of evil functions. Wouldn't it be better to skip these packages, by detected whether composer.json, composer.lock or vendor/autoload.php exists and just scan vendor dir for package files and validate their checksums, instead of file by file scan.
Best regards :-)
The text was updated successfully, but these errors were encountered: