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 094d2f3 commit fb95c48Copy full SHA for fb95c48
python/ql/src/Security/CWE-327/Ssl.qll
@@ -28,9 +28,7 @@ API::Node sslContextInstance() {
28
}
29
30
class WrapSocketCall extends ConnectionCreation, DataFlow::CallCfgNode {
31
- WrapSocketCall() {
32
- this = sslContextInstance().getMember("wrap_socket").getACall()
33
- }
+ WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
34
35
override DataFlow::CfgNode getContext() {
36
result = this.getFunction().(DataFlow::AttrRead).getObject()
0 commit comments