C#/Java: After remaining code after rebase.

This commit is contained in:
Michael Nebel
2022-03-14 14:08:49 +01:00
parent 74352925e4
commit 21bcaf6a0e
5 changed files with 19 additions and 19 deletions

View File

@@ -73,11 +73,11 @@ private import CaptureSummaryModels
* Captured Model:
* ```p;Foo;true;addToList;;Argument[0];Argument[1];taint```
*/
string captureFlow(TargetAPI api) {
string captureFlow(TargetApi api) {
result = captureQualifierFlow(api) or
result = captureThroughFlow(api)
}
from TargetAPI api, string flow
from TargetApi api, string flow
where flow = captureFlow(api)
select flow order by flow