mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
C++: Fix query compilation
This commit is contained in:
@@ -61,7 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
|
|||||||
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
|
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
|
||||||
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
|
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
|
||||||
|
|
||||||
module UntrustedDataToExternalApiConfig implements DataFlow:ConfigSig {
|
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
|
||||||
predicate isSource(DataFlow::Node source) {
|
predicate isSource(DataFlow::Node source) {
|
||||||
exists(RemoteFlowSourceFunction remoteFlow |
|
exists(RemoteFlowSourceFunction remoteFlow |
|
||||||
remoteFlow = source.asExpr().(Call).getTarget() and
|
remoteFlow = source.asExpr().(Call).getTarget() and
|
||||||
|
|||||||
Reference in New Issue
Block a user