Skip to content

Commit 0ff025c

Browse files
committed
Fix #2033 - Mark TLS renegotiation client tech table as translatable
1 parent 54d613f commit 0ff025c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

checks/categories.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@ def __init__(self):
11841184
worst_status=scoring.WEB_TLS_CLIENT_RENEG_WORST_STATUS,
11851185
full_score=scoring.WEB_TLS_CLIENT_RENEG_GOOD,
11861186
model_score_field="client_reneg_score",
1187+
init_tech_type="table_translatable",
11871188
)
11881189

11891190
def save_result(self, status: TLSClientInitiatedRenegotiationStatus):
@@ -1860,6 +1861,7 @@ def __init__(self):
18601861
worst_status=STATUS_INFO,
18611862
full_score=scoring.MAIL_TLS_CLIENT_RENEG_GOOD,
18621863
model_score_field="client_reneg_score",
1864+
init_tech_type="table_translatable",
18631865
)
18641866

18651867
def save_result(self, status: TLSClientInitiatedRenegotiationStatus):

0 commit comments

Comments
 (0)