mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Except for dataflow (where we have a lot of changes, and I don't want to introduce lots of merge conflicts right now).
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
|