mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Ruby: Explain difference between flow tests
The type-tracking flow tests document the difference in sensitivity between type-tracking and dataflow, so failures in that test are expected.
This commit is contained in:
@@ -1 +1,6 @@
|
||||
// This test flags any difference in flow between the type-tracking and dataflow
|
||||
// libraries. New results in this query do not necessarily indicate a problem,
|
||||
// only that type-tracking cannot follow the flow in your test. If the dataflow
|
||||
// test (`array-flow.ql`) shows no failures, then that may be sufficient
|
||||
// (depending on your use case).
|
||||
import TestUtilities.InlineTypeTrackingFlowTest
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
// This test flags any difference in flow between the type-tracking and dataflow
|
||||
// libraries. New results in this query do not necessarily indicate a problem,
|
||||
// only that type-tracking cannot follow the flow in your test. If the dataflow
|
||||
// test (`hash-flow.ql`) shows no failures, then that may be sufficient
|
||||
// (depending on your use case).
|
||||
import TestUtilities.InlineTypeTrackingFlowTest
|
||||
|
||||
Reference in New Issue
Block a user