vaadin / appsec-kit

Other
1 stars 0 forks source link

SocketTimeoutException when reading the batch response from OSV API #122

Closed tamasmak closed 11 months ago

tamasmak commented 11 months ago

There is a SocketTimeoutException thrown many times when reading the batch response from the OSV API.

This happens because the read timeout of the connection created for the OSV service is too short.

Increasing the read timeout to 10 or 15 seconds or removing it solves the issue.

Affected AppSec Kit versions: 1.0.0, 2.0.0, 3.0.0

tamasmak commented 11 months ago

Reopening the ticket for backporting the fix to 1.0 and 2.0 versions too.