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
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
As I understand currently this installer doesn't allow to make a request with proper auth token for github, so all requests are anonymous and The primary rate limit for unauthenticated requests is 60 requests per hour.. I think sometimes it can be pretty easy to hit it.
As I understand currently this installer doesn't allow to make a request with proper auth token for github, so all requests are anonymous and
The primary rate limit for unauthenticated requests is 60 requests per hour.. I think sometimes it can be pretty easy to hit it.https://github.com/thislg/local-php-security-checker-installer/blob/main/bin/local-php-security-checker-installer#L5
Imho here we should read access token from env and do request with it.