Skip to content

Commit 441e5a3

Browse files
committed
C++: Revert a violation fix (similar to a request on another PR).
1 parent dfbfe19 commit 441e5a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,12 @@ module BoostorgAsio {
386386
* Constructs a standard data flow computation for protocol values to the first argument
387387
* of a context constructor.
388388
*/
389-
module SslContextCallGlobal<SslContextCallConfigSig SslConfig> {
390-
private module Config implements DataFlow::ConfigSig {
391-
import SslConfig
389+
module SslContextCallGlobal<SslContextCallConfigSig Config> {
390+
private module C implements DataFlow::ConfigSig {
391+
import Config
392392
}
393393

394-
import DataFlow::Global<Config>
394+
import DataFlow::Global<C>
395395
}
396396

397397
/**

0 commit comments

Comments
 (0)