Skip to content

Commit

Permalink
Shared: Only use heuristic summary flow in case there is no content b…
Browse files Browse the repository at this point in the history
…ased flow.
  • Loading branch information
michaelnebel committed Oct 2, 2024
1 parent 97a3b02 commit b9cede8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ module MakeModelGenerator<
string captureMixedFlow(DataFlowSummaryTargetApi api, boolean lift) {
result = ContentSensitive::captureFlow(api, lift)
or
not exists(ContentSensitive::captureFlow(api, lift)) and
not exists(ContentSensitive::captureFlow(api, _)) and
result = captureFlow(api) and
lift = true
}
Expand Down

0 comments on commit b9cede8

Please sign in to comment.