mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add qldoc
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user