apache / security-vulnogram

Vulnogram is a tool for creating and editing CVE information in CVE JSON format
https://vulnogram.github.io/
MIT License
5 stars 4 forks source link

5-second timeout on whimsy requests #122

Closed raboof closed 6 months ago

raboof commented 6 months ago

Fixes #121: recovering gracefully from failures actually already worked, but because port 443 on whimsy is currently not responding at all (not even with 'connection refused' or similar) it has a rather long timeout. Let's explicitly abort after 5s.

raboof commented 6 months ago

(reviewed out-of-band)