From 60ca1466435c43bfe6b4df86c3fc3a1363fd7027 Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Fri, 27 Oct 2023 08:13:02 -0300 Subject: [PATCH] remove comments --- src/core_codemods/upgrade_sslcontext_tls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core_codemods/upgrade_sslcontext_tls.py b/src/core_codemods/upgrade_sslcontext_tls.py index d8538b68b..12187838c 100644 --- a/src/core_codemods/upgrade_sslcontext_tls.py +++ b/src/core_codemods/upgrade_sslcontext_tls.py @@ -27,8 +27,6 @@ class UpgradeSSLContextTLS(SemgrepCodemod): # this. Eventually, when the platform supports parameters, we want to # revisit this to provide PROTOCOL_TLS_SERVER as an alternative fix. SAFE_TLS_PROTOCOL_VERSION = "ssl.PROTOCOL_TLS_CLIENT" - # PROTOCOL_ARG_INDEX = 0 - # PROTOCOL_KWARG_NAME = "protocol" @classmethod def rule(cls):