We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88784fb commit fd5ac13Copy full SHA for fd5ac13
python/ql/src/Security/CWE-327/InsecureDefaultProtocol.ql
@@ -11,7 +11,7 @@
11
*/
12
13
// 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
+// protocols. This query reports the deprecated way of creating connections without referring
15
// to a context (via `ssl.wrap_socket`). Doing this and not specifying which protocols are
16
// acceptable means that connections will be created with the insecure default settings.
17
//
0 commit comments