mirror of
https://github.com/github/codeql.git
synced 2025-12-26 21:56:39 +01:00
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
|
import python
|
|
import semmle.python.Comparisons
|
|
|
|
from Comparison a, Comparison that, boolean thisIsTrue, boolean thatIsTrue
|
|
|
|
where a.impliesThat(thisIsTrue, that, thatIsTrue)
|
|
|
|
select a.getLocation().getStartLine(), thisIsTrue, that.getLocation().getStartLine(), thatIsTrue |