mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Python: fix spelling
This commit is contained in:
@@ -22,7 +22,7 @@ CallNode unsafe_call(string method_name) {
|
||||
not exists(result.getArgByName("protocol")) and
|
||||
not exists(result.getArg(0)) and
|
||||
method_name = "ssl.SSLContext" and
|
||||
// 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
|
||||
(major_version() < 3 or minor_version() < 4)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user