Files
codeql/javascript/ql/test/library-tests/FlowLabels/DefaultFlowLabels.ql
2024-12-16 15:35:49 +01:00

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)