Skip to content

Commit 57c5d5f

Browse files
committed
C++: Add QLDoc on configuration modules where the original class had one
1 parent 0c39d1e commit 57c5d5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ql/src/Security/CWE/CWE-020/ExternalAPIsSpecific.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
6161
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
6262
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
6363

64+
/** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
6465
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
6566
predicate isSource(DataFlow::Node source) {
6667
exists(RemoteFlowSourceFunction remoteFlow |

cpp/ql/src/Security/CWE/CWE-020/ir/ExternalAPIsSpecific.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
5656
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
5757
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
5858

59+
/** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
5960
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
6061
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
6162

0 commit comments

Comments
 (0)