Python: Fix sneaky semantic change

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Taus
2021-06-22 16:46:54 +02:00
committed by GitHub
parent 3aea270e10
commit 317c6867aa

View File

@@ -19,6 +19,7 @@ class SSLContextCreation extends ContextCreation, DataFlow::CallCfgNode {
)
or
not exists(this.getArg(_)) and
not exists(this.getArgByName(_)) and
result = "TLS"
}
}