Skip to content

Commit 72c32d4

Browse files
dekkerszcrtpraseodymammar92
authored
🐛 fix incorrect TLS finding definition (1.8) (#1096)
Co-authored-by: zcrt <115991818+zcrt@users.noreply.github.com> Co-authored-by: Mark Janssen <20283+praseodym@users.noreply.github.com> Co-authored-by: ammar92 <ammar.abdulamir@gmail.com>
1 parent 42bf33b commit 72c32d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

boefjes/boefjes/plugins/kat_ssl_scan/normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run(normalizer_meta: NormalizerMeta, raw: Union[bytes, str]) -> Iterator[OOI
3535
yield kft
3636
yield Finding(finding_type=kft.reference, ooi=website_reference)
3737
elif ("tls", "1.0", True) in protocols and ("tls", "1.1", True) in protocols:
38-
kft = KATFindingType(id="KAT-TLS-1.1-AND-1.2-SUPPORT")
38+
kft = KATFindingType(id="KAT-TLS-1.0-AND-1.1-SUPPORT")
3939
yield kft
4040
yield Finding(finding_type=kft.reference, ooi=website_reference)
4141
elif ("tls", "1.2", False) in protocols:

rocky/OOI_database_seed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
},
421421
{
422422
"model": "tools.ooiinformation",
423-
"pk": "KATFindingType|KAT-TLS-1.1-AND-1.2-SUPPORT",
423+
"pk": "KATFindingType|KAT-TLS-1.0-AND-1.1-SUPPORT",
424424
"fields": {
425425
"last_updated": "2021-08-09T14:50:09.835Z",
426426
"data": {

0 commit comments

Comments
 (0)