advanced-security/qtil-javascript
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import semmle.javascript.StringOps
An expression that is equivalent to A.endsWith(B) or !A.endsWith(B).
A.endsWith(B)
!A.endsWith(B)