We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d613f commit 0ff025cCopy full SHA for 0ff025c
1 file changed
checks/categories.py
@@ -1184,6 +1184,7 @@ def __init__(self):
1184
worst_status=scoring.WEB_TLS_CLIENT_RENEG_WORST_STATUS,
1185
full_score=scoring.WEB_TLS_CLIENT_RENEG_GOOD,
1186
model_score_field="client_reneg_score",
1187
+ init_tech_type="table_translatable",
1188
)
1189
1190
def save_result(self, status: TLSClientInitiatedRenegotiationStatus):
@@ -1860,6 +1861,7 @@ def __init__(self):
1860
1861
worst_status=STATUS_INFO,
1862
full_score=scoring.MAIL_TLS_CLIENT_RENEG_GOOD,
1863
1864
1865
1866
1867
0 commit comments