Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5544045

Browse files
committed
Python: fix typo and name.
1 parent c93e0c0 commit 5544045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This should be kept up to date; the world is moving fast and protocols are being
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.
15-
- Default consteructors are fine, a sluent api is used to constrain possible protocols later.
15+
- Default consteructors are fine, a fluent api is used to constrain possible protocols later.
1616

1717
## Current recomendation
1818

0 commit comments

Comments
 (0)