mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
import javascript
|
|
|
|
class TestConfig extends DataFlow::Configuration {
|
|
TestConfig() { this = "TestConfig" }
|
|
}
|
|
|
|
from TestConfig cfg, DataFlow::Node pred, DataFlow::Node succ
|
|
where cfg.isAdditionalFlowStep(pred, succ)
|
|
select pred, succ
|