Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Oct 27, 2023
1 parent ad97dd1 commit 60ca146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core_codemods/upgrade_sslcontext_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 60ca146

Please sign in to comment.