Skip to content

Commit 2eb2e11

Browse files
committed
C++: Fix query compilation
1 parent fb57914 commit 2eb2e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-020/ExternalAPIsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
6161
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
6262
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
6363

64-
module UntrustedDataToExternalApiConfig implements DataFlow:ConfigSig {
64+
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
6565
predicate isSource(DataFlow::Node source) {
6666
exists(RemoteFlowSourceFunction remoteFlow |
6767
remoteFlow = source.asExpr().(Call).getTarget() and

0 commit comments

Comments
 (0)