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
Currently the ScannerDetails class has an isCompatible() function. However, as this also might take command line options as part of configuration into account, this check should actually be scanner-specific. That way, e.g. a command line option of --timeout 500 could be regarded as compatible with --timeout 300 as a larger timeout value should not produce worse results.
The text was updated successfully, but these errors were encountered:
Currently the ScannerDetails class has an
isCompatible()
function. However, as this also might take command line options as part ofconfiguration
into account, this check should actually be scanner-specific. That way, e.g. a command line option of--timeout 500
could be regarded as compatible with--timeout 300
as a larger timeout value should not produce worse results.The text was updated successfully, but these errors were encountered: