mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
import python
|
|
import experimental.semmle.python.security.injection.Xpath
|
|
import semmle.python.security.strings.Untrusted
|
|
|
|
from XpathInjection::XpathInjectionSink sink, TaintKind kind
|
|
where sink.sinks(kind)
|
|
select sink, kind
|