advanced-security/qtil-java
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if a cast from fromtyp to totyp can be ignored for the purpose of range analysis.
fromtyp
totyp
import semmle.code.java.dataflow.RangeAnalysis
predicate safeCast(Type fromtyp, Type totyp)