mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Shared: Replace a 'count' with a 'strictcount' to prevent a CP when testing on C++.
This commit is contained in:
@@ -687,7 +687,7 @@ module MakeModelGenerator<
|
||||
private DataFlow::ParameterNode parameter;
|
||||
|
||||
ContentDataFlowSummaryTargetApi() {
|
||||
count(string input, string output |
|
||||
strictcount(string input, string output |
|
||||
exists(
|
||||
PropagateContentFlow::AccessPath reads, ReturnNodeExt returnNodeExt,
|
||||
PropagateContentFlow::AccessPath stores
|
||||
|
||||
Reference in New Issue
Block a user