C++: Fix query compilation

This commit is contained in:
Jeroen Ketema
2023-03-07 18:53:07 +01:00
parent fb57914751
commit 2eb2e11ef7

View File

@@ -61,7 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
module UntrustedDataToExternalApiConfig implements DataFlow:ConfigSig {
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node source) {
exists(RemoteFlowSourceFunction remoteFlow |
remoteFlow = source.asExpr().(Call).getTarget() and