File tree Expand file tree Collapse file tree
cpp/ql/src/Security/CWE/CWE-020 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
6161/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
6262deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig ;
6363
64+ /** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
6465module UntrustedDataToExternalApiConfig implements DataFlow:: ConfigSig {
6566 predicate isSource ( DataFlow:: Node source ) {
6667 exists ( RemoteFlowSourceFunction remoteFlow |
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
5656/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
5757deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig ;
5858
59+ /** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
5960module UntrustedDataToExternalApiConfig implements DataFlow:: ConfigSig {
6061 override predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
6162
You can’t perform that action at this time.
0 commit comments