mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Update ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
This commit is contained in:
@@ -185,7 +185,7 @@ module LocalFlow {
|
||||
nodeTo.asExpr() =
|
||||
any(CfgNodes::ExprNodes::BinaryOperationCfgNode op |
|
||||
op.getExpr() instanceof BinaryLogicalOperation and
|
||||
nodeFrom.asExpr() = op.getAPredecessor()
|
||||
nodeFrom.asExpr() = op.getAnOperand()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user