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
The bug was uncovered by a certificate that defines the empty string for subjectAltName, which our code does not expect and PHP therefore throws an error. Our error handling then only logs the error, but does not mark the target as processed. However, the scan is not completed until all targets have been processed and therefore hangs forever.
Our error handling must be fixed so that it also marks the targets as processed in such cases.
The bug was uncovered by a certificate that defines the empty string for
subjectAltName
, which our code does not expect and PHP therefore throws an error. Our error handling then only logs the error, but does not mark the target as processed. However, the scan is not completed until all targets have been processed and therefore hangs forever.Our error handling must be fixed so that it also marks the targets as processed in such cases.
ref/IP/56318
The text was updated successfully, but these errors were encountered: