Closed tamasmak closed 11 months ago
There is a SocketTimeoutException thrown many times when reading the batch response from the OSV API.
SocketTimeoutException
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
Reopening the ticket for backporting the fix to 1.0 and 2.0 versions too.
1.0
2.0
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