Skip to content

Commit fb95c48

Browse files
committed
Python: format
1 parent 094d2f3 commit fb95c48

File tree

1 file changed

+1
-3
lines changed
  • python/ql/src/Security/CWE-327

1 file changed

+1
-3
lines changed

python/ql/src/Security/CWE-327/Ssl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ API::Node sslContextInstance() {
2828
}
2929

3030
class WrapSocketCall extends ConnectionCreation, DataFlow::CallCfgNode {
31-
WrapSocketCall() {
32-
this = sslContextInstance().getMember("wrap_socket").getACall()
33-
}
31+
WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
3432

3533
override DataFlow::CfgNode getContext() {
3634
result = this.getFunction().(DataFlow::AttrRead).getObject()

0 commit comments

Comments
 (0)