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 fb57914 commit 2eb2e11Copy full SHA for 2eb2e11
cpp/ql/src/Security/CWE/CWE-020/ExternalAPIsSpecific.qll
@@ -61,7 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
61
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
62
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
63
64
-module UntrustedDataToExternalApiConfig implements DataFlow:ConfigSig {
+module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
65
predicate isSource(DataFlow::Node source) {
66
exists(RemoteFlowSourceFunction remoteFlow |
67
remoteFlow = source.asExpr().(Call).getTarget() and
0 commit comments