mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
We noticed that when - a function has more than one summary (with different charpred) - one summary is subsumed by a subpath (or something happens around the function being extracted) - the function is called multiple times(we needed at least three) one of the summaries would no longer lead to flow.
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
import python
|
|
import experimental.meta.InlineTaintTest
|
|
import MakeInlineTaintTest<TestTaintTrackingConfig>
|
|
import TestSummaries
|