mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
docs: rename ql-training-rst > ql-training
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java
|
||||
|
||||
from Method m, MethodAccess ma
|
||||
where
|
||||
m.getName().matches("sparql%Query") and
|
||||
ma.getMethod() = m and
|
||||
isStringConcat(ma.getArgument(0))
|
||||
select ma, m
|
||||
Reference in New Issue
Block a user