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