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
Hello. 👋 Was attempting to use brew vulns and keep getting a timeout error when connecting to the OSV API. I'm guessing you might need a timeout threshold or even a possible retry after a max of three attempts for something?
How
Here's my steps to recreate:
gem install brew-vulns
brew vulns
The above will output:
Checking 104 packages for vulnerabilities...
(103 packages skipped - no supported source URL)
Error querying OSV: OSV API timeout: Net::ReadTimeout with #<TCPSocket:(closed)>
Why
Hello. 👋 Was attempting to use
brew vulnsand keep getting a timeout error when connecting to the OSV API. I'm guessing you might need a timeout threshold or even a possible retry after a max of three attempts for something?How
Here's my steps to recreate:
The above will output:
Notes