Skip to content

Commit fd5ac13

Browse files
yofffelicitymay
andauthored
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.ql
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 88784fb commit fd5ac13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-327/InsecureDefaultProtocol.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
// Connections are generally created based on a context which controls the range of acceptable
14-
// protocols. This query alerts on the deprecated way of creating connections without referring
14+
// protocols. This query reports the deprecated way of creating connections without referring
1515
// to a context (via `ssl.wrap_socket`). Doing this and not specifying which protocols are
1616
// acceptable means that connections will be created with the insecure default settings.
1717
//

0 commit comments

Comments
 (0)