Skip to content

Commit 49f23a7

Browse files
committed
Update kex-has-func content labels
1 parent db321a4 commit 49f23a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

checks/categories.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,18 +2129,18 @@ def result_good(self):
21292129
self.was_tested()
21302130
self._status(STATUS_SUCCESS)
21312131
self.verdict = "detail mail tls kex-hash-func verdict good"
2132-
self.tech_data = "detail tech data yes"
2132+
self.tech_data = "detail tech data good"
21332133

21342134
def result_bad(self):
21352135
self.was_tested()
21362136
self._status(STATUS_NOTICE)
2137-
self.verdict = "detail mail tls kex-hash-func verdict phase-out"
2138-
self.tech_data = "detail tech data no"
2137+
self.verdict = "detail mail tls kex-hash-func verdict bad"
2138+
self.tech_data = "detail tech data insufficient"
21392139

21402140
def result_unknown(self):
21412141
self.was_tested()
21422142
self._status(STATUS_INFO)
2143-
self.verdict = "detail mail tls kex-hash-func verdict unknown"
2143+
self.verdict = "detail mail tls kex-hash-func verdict other"
21442144
self.tech_data = "detail tech data not-applicable"
21452145

21462146
def result_phase_out(self):

0 commit comments

Comments
 (0)