Page MenuHomePhabricator

jenkins vulnerability checker is hitting ratelimits
Closed, DuplicatePublic

Event Timeline

Sorry, I was going to re-implement this as part of T206442: security.sensiolabs.org is shutting down at the end of October 2018 but ran out of time. Will work on it this week.

Ah eventually:

+ curl -i -H 'Accept: text/plain' https://security.sensiolabs.org/check_lock -F lock=@composer.lock
HTTP/2 429 
ratelimit-limit: 1800
ratelimit-remaining: 0
Rate limit exceeded

Which was not obvious from the console log... Marking as a dupe of T206442.