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 a2e546d commit dfbfe19Copy full SHA for dfbfe19
cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll
@@ -191,6 +191,9 @@ module BoostorgAsio {
191
class SslContextClass extends Class {
192
SslContextClass() { this.getQualifiedName() = "boost::asio::ssl::context" }
193
194
+ /**
195
+ * Gets a constructor call, if any.
196
+ */
197
ConstructorCall getAConstructorCall() {
198
this.getAConstructor().getACallToThisFunction() = result and
199
not result.getLocation().getFile().toString().matches("%/boost/asio/%") and
0 commit comments