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.
2 parents d362296 + 1266d24 commit 19bcd28Copy full SHA for 19bcd28
ruby/ql/lib/codeql/ruby/security/XSS.qll
@@ -350,9 +350,6 @@ private module OrmTracking {
350
or
351
// Propagate flow through arbitrary method calls
352
node2.(DataFlow2::CallNode).getReceiver() = node1
353
- or
354
- // Propagate flow through "or" expressions `or`/`||`
355
- node2.asExpr().getExpr().(LogicalOrExpr).getAnOperand() = node1.asExpr().getExpr()
356
}
357
358
0 commit comments