SG-33057 App pre-commit configuration and CI #367
Merged
ShotGrid Chorus / security/semgrep
completed
Feb 12, 2025 in 22s
1 issue(s) found
Summary of Issues
Type | Count | Severity |
---|---|---|
rules.python.lang.security.audit.ssl-wrap-socket-is-deprecated.ssl-wrap-socket-is-deprecated | 1 | MEDIUM |
How do I clear all these issues?
If you suspect these issues are not actual issues, click “Clear All Issues” above. Click here for more details.
Details and Annotations
Details
semgrep version 1.102.0
Annotations
Check warning on line 4697 in shotgun_api3/shotgun.py
shotgrid-chorus / security/semgrep
app.chorus.semgrep.rules.python.lang.security.audit.ssl-wrap-socket-is-deprecated.ssl-wrap-socket-is-deprecated
'ssl.wrap_socket()' is deprecated. This function creates an insecure socket without server name indication or hostname matching. Instead, create an SSL context using 'ssl.SSLContext()' and use that to wrap a socket.
Loading