File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
cpp/ql/src/Security/CWE/CWE-020 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
61
61
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
62
62
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig ;
63
63
64
+ /** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
64
65
module UntrustedDataToExternalApiConfig implements DataFlow:: ConfigSig {
65
66
predicate isSource ( DataFlow:: Node source ) {
66
67
exists ( RemoteFlowSourceFunction remoteFlow |
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
56
56
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
57
57
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig ;
58
58
59
+ /** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
59
60
module UntrustedDataToExternalApiConfig implements DataFlow:: ConfigSig {
60
61
override predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
61
62
You can’t perform that action at this time.
0 commit comments