Files
codeql/python/ql/test/library-tests/ControlFlow/truefalse/Branch.ql

13 lines
270 B
Plaintext

/**
* @name Branch
* @description Insert description here...
* @kind table
* @problem.severity warning
*/
import python
from ControlFlowNode f
where f.isBranch() and f.getLocation().getFile().getShortName() = "boolops.py"
select f.getLocation().getStartLine(), f