mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
C#/Java: Remove redudandant QL comment in CaptureModel.
This commit is contained in:
@@ -125,16 +125,6 @@ private class TaintStore extends DataFlow::FlowState {
|
||||
* The sources are the parameters of an API and the sinks are the return values (excluding `this`) and parameters.
|
||||
*
|
||||
* This can be used to generate Flow summaries for APIs from parameter to return.
|
||||
*
|
||||
* * We track at most two reads and at most two stores, meaning flow paths of the form
|
||||
*
|
||||
* ```
|
||||
* parameter --value -->* node --read -->?
|
||||
* node --taint -->* node --read -->?
|
||||
* node --taint -->* node --store -->?
|
||||
* node --taint -->* node --store -->?
|
||||
* node --taint-->* return
|
||||
* ```
|
||||
*/
|
||||
private class ThroughFlowConfig extends TaintTracking::Configuration {
|
||||
ThroughFlowConfig() { this = "ThroughFlowConfig" }
|
||||
|
||||
Reference in New Issue
Block a user