What's New
The last thing we want is for Betterleaks to be spamming providers with unnecessary API calls. Betterleaks caches requests per unique finding so hitting a rate limit shouldn't be a common occurrence. If you find you are getting rate limited, then we probably need to tweak the rule to fire less often.
This release gives users the ability to control requests per second and max requests.
--validation-max-requests int maximum validation requests sent to each provider target (0 = unlimited)
--validation-rps float global validation requests per second (0 = unlimited)
--validation-rps-rule strings rule-specific validation request rate as RULE=RPS (repeatable)
Fixed
Fixed a potential panic on archive handling #266 and #270