mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
// Delete test when FlowLabel has been removed
|
|
deprecated module;
|
|
|
|
import javascript
|
|
|
|
// Check which flow labels are materialized by importing `javascript.qll`.
|
|
// If this increases, it may indicate a performance issue.
|
|
select any(DataFlow::FlowLabel label)
|