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.
SslContextCallMake
1 parent 9997326 commit bbe9536Copy full SHA for bbe9536
cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll
@@ -396,14 +396,10 @@ module BoostorgAsio {
396
*/
397
module SslContextCallMake<SslContextCallConfigSig Config> {
398
private module C implements DataFlow::ConfigSig {
399
- predicate isSource = Config::isSource/1;
400
-
401
- predicate isSink = Config::isSink/1;
+ import Config
402
}
403
404
- module F = DataFlow::Make<C>;
405
406
- import F
+ import DataFlow::Make<C>
407
408
409
/**
0 commit comments