google / osv.dev

Open source vulnerability DB and triage service.
https://osv.dev
Apache License 2.0
1.49k stars 186 forks source link

Request appears to be getting rate-limited? #2680

Open jimshowalter opened 3 hours ago

jimshowalter commented 3 hours ago

Describe the bug The documentation says the API isn't rate-limited, but this happened:

Screenshot 2024-09-30 at 10 47 09 AM

https://osv.dev/vulnerability/GHSA-735f-pc8j-v9w8

Too Many Requests This user has exceeded an allotted request count. Try again later.

Was rate limiting recently added?

We don't really hit the endpoint very often.

jimshowalter commented 2 hours ago

This exposed an inefficiency in our custom Gradle plugin. We were running it on all subprojects in a large multi-module repo, instead of just once on the root project.