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 a067adb commit 311149aCopy full SHA for 311149a
python/ql/src/Security/CWE-327/InsecureDefaultProtocol.ql
@@ -22,7 +22,7 @@ CallNode unsafe_call(string method_name) {
22
not exists(result.getArgByName("protocol")) and
23
not exists(result.getArg(0)) and
24
method_name = "ssl.SSLContext" and
25
- // in version 3.4, flags were introduced to modify cotexts created with default values
+ // in version 3.4, flags were introduced to modify contexts created with default values
26
(major_version() < 3 or minor_version() < 4)
27
}
28
0 commit comments