mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Python: format
This commit is contained in:
@@ -28,9 +28,7 @@ API::Node sslContextInstance() {
|
||||
}
|
||||
|
||||
class WrapSocketCall extends ConnectionCreation, DataFlow::CallCfgNode {
|
||||
WrapSocketCall() {
|
||||
this = sslContextInstance().getMember("wrap_socket").getACall()
|
||||
}
|
||||
WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
|
||||
|
||||
override DataFlow::CfgNode getContext() {
|
||||
result = this.getFunction().(DataFlow::AttrRead).getObject()
|
||||
|
||||
Reference in New Issue
Block a user