wordfence / wordfence-cli

Wordfence malware and vulnerability scanner command line utility.
https://www.wordfence.com/products/wordfence-cli/
GNU General Public License v3.0
100 stars 20 forks source link

Gracefully handle rate-limited responses from the Wordfence APIs #288

Open akenion opened 1 month ago

akenion commented 1 month ago

Certain endpoints, such as the vulnerability feed, are subject to rate limiting. CLI should detect when the response it receives from these APIs indicates that the request is being rate limited and either notify the user or implement some kind of automatic delay/retry.