Skip to content

Commit

Permalink
Summary for HTTPSConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsilva committed Sep 14, 2023
1 parent 834c6e5 commit 59e2565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codemodder/codemods/https_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class HTTPSConnection(BaseCodemod, Codemod):
REVIEW_GUIDANCE=ReviewGuidance.MERGE_WITHOUT_REVIEW,
)
CHANGE_DESCRIPTION = "Enforced HTTPS connection"
SUMMARY = "Changes HTTPConnectionPool to HTTPSConnectionPool to enforce secure connection."

METADATA_DEPENDENCIES = (PositionProvider,)

Expand Down

0 comments on commit 59e2565

Please sign in to comment.