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 b55c034 commit 359bc5eCopy full SHA for 359bc5e
python/ql/src/Security/CWE-327/Ssl.qll
@@ -42,9 +42,7 @@ API::Node sslContextInstance() {
42
class WrapSocketCall extends ConnectionCreation, DataFlow::MethodCallNode {
43
WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
44
45
- override DataFlow::Node getContext() {
46
- result = this.getReceiver()
47
- }
+ override DataFlow::Node getContext() { result = this.getReceiver() }
48
}
49
50
class OptionsAugOr extends ProtocolRestriction, DataFlow::CfgNode {
0 commit comments