We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OrmTracking::Configuration
1 parent c3968a2 commit 1266d24Copy full SHA for 1266d24
ruby/ql/lib/codeql/ruby/security/XSS.qll
@@ -339,9 +339,6 @@ private module OrmTracking {
339
or
340
// Propagate flow through arbitrary method calls
341
node2.(DataFlow2::CallNode).getReceiver() = node1
342
- or
343
- // Propagate flow through "or" expressions `or`/`||`
344
- node2.asExpr().getExpr().(LogicalOrExpr).getAnOperand() = node1.asExpr().getExpr()
345
}
346
347
0 commit comments