mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +01:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
import codeql.ruby.DataFlow
|
|
import codeql.ruby.TaintTracking
|
|
|
|
from DataFlow::Node pred, DataFlow::Node succ
|
|
where TaintTracking::localTaintStep(pred, succ)
|
|
select pred, succ
|