We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77ed63 commit f184a8cCopy full SHA for f184a8c
sslyze/plugins/session_resumption_plugin.py
@@ -384,9 +384,9 @@ def __init__(
384
str(ticket_resumption_exception.__class__.__name__), str(ticket_resumption_exception)
385
)
386
# We use a SessionResumptionRateScanResult to re-use code in as_text() and as_xml()
387
- self._rate_result = SessionResumptionRateScanResult(
+ self._rate_result = SessionResumptionRateScanResult( # type: ignore
388
server_info,
389
- scan_command, # type: ignore
+ scan_command,
390
attempted_resum_nb,
391
successful_resum_nb,
392
errored_resumptions_list,
0 commit comments