Add qldoc

This commit is contained in:
Joe Farebrother
2022-12-15 16:39:31 +00:00
parent de565f9ccc
commit 8449dabefe

View File

@@ -50,6 +50,7 @@ private class SensitiveResultReceiverConf extends TaintTracking::Configuration {
}
}
/** Holds if there is a path from sensitive data at `src`` to a result receiver at `sink`, and the receiver was obtained from an untrusted source `recSrc`. */
predicate sensitiveResultReceiver(
DataFlow::PathNode src, DataFlow::PathNode sink, DataFlow::Node recSrc
) {