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 dfbfe19 commit 441e5a3Copy full SHA for 441e5a3
cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll
@@ -386,12 +386,12 @@ module BoostorgAsio {
386
* Constructs a standard data flow computation for protocol values to the first argument
387
* of a context constructor.
388
*/
389
- module SslContextCallGlobal<SslContextCallConfigSig SslConfig> {
390
- private module Config implements DataFlow::ConfigSig {
391
- import SslConfig
+ module SslContextCallGlobal<SslContextCallConfigSig Config> {
+ private module C implements DataFlow::ConfigSig {
+ import Config
392
}
393
394
- import DataFlow::Global<Config>
+ import DataFlow::Global<C>
395
396
397
/**
0 commit comments