mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
import codeql.ruby.dataflow.internal.DataFlowPublic
|
|
import codeql.ruby.dataflow.BarrierGuards
|
|
import codeql.ruby.controlflow.CfgNodes
|
|
|
|
from BarrierGuard g, boolean branch, ExprCfgNode expr
|
|
where g.checks(expr, branch)
|
|
select g, g.getAGuardedNode(), expr, branch
|