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
fix: handle retrying and non-200 status codes when downloading advisories (#124)
Turns out we don't actually raise an error if we get a non-200 status
code in this script, so if that happens we can end up generating
advisories with incomplete data.
In addition to having a non-200 raise an error I've also included logic
for retrying once since a 429 was what originally led to me discovering
this
0 commit comments