mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
C++/C#/Java/Rust: Fixup tests.
This commit is contained in:
@@ -10,5 +10,5 @@ import internal.CaptureModels
|
||||
import SummaryModels
|
||||
|
||||
from DataFlowSummaryTargetApi api, string flow
|
||||
where flow = ContentSensitive::captureFlow(api, _, _)
|
||||
where flow = ContentSensitive::captureFlow(api, _, _, _, _)
|
||||
select flow order by flow
|
||||
|
||||
@@ -4,7 +4,9 @@ import SummaryModels
|
||||
import InlineModelsAsDataTest
|
||||
|
||||
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
||||
string getCapturedModel(MadRelevantFunction c) { result = ContentSensitive::captureFlow(c, _, _) }
|
||||
string getCapturedModel(MadRelevantFunction c) {
|
||||
result = ContentSensitive::captureFlow(c, _, _, _, _)
|
||||
}
|
||||
|
||||
string getKind() { result = "contentbased-summary" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user