Skip to content

Commit 474aef4

Browse files
committed
spelling: connection
Signed-off-by: Josh Soref <[email protected]>
1 parent 4c64549 commit 474aef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-327/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This should be kept up to date; the world is moving fast and protocols are being
88
- TLS 1.0 and TLS 1.1 are insecure
99
- TLS 1.2 have some issues. but TLS 1.3 is not widely supported
1010

11-
## Conection methods
11+
## Connection methods
1212

1313
- `ssl.wrap_socket` is creating insecure connections, use `SSLContext.wrap_socket` instead. [link](https://docs.python.org/3/library/ssl.html#ssl.wrap_socket)
1414
> Deprecated since version 3.7: Since Python 3.2 and 2.7.9, it is recommended to use the `SSLContext.wrap_socket()` instead of `wrap_socket()`. The top-level function is limited and creates an insecure client socket without server name indication or hostname matching.

0 commit comments

Comments
 (0)