C++: Add QLDoc on configuration modules where the original class had one

This commit is contained in:
Jeroen Ketema
2023-03-07 19:01:05 +01:00
parent 0c39d1e5ca
commit 57c5d5f2c7
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
/** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node source) {
exists(RemoteFlowSourceFunction remoteFlow |

View File

@@ -56,6 +56,7 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
/** DEPRECATED: Alias for UntrustedDataToExternalApiConfig */
deprecated class UntrustedDataToExternalAPIConfig = UntrustedDataToExternalApiConfig;
/** A configuration for tracking flow from `RemoteFlowSource`s to `ExternalApiDataNode`s. */
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }