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).
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
import python
|
|
import experimental.semmle.python.security.injection.XSLT
|
|
|
|
from XSLTInjection::XSLTInjectionSink sink, TaintKind kind
|
|
where sink.sinks(kind)
|
|
select sink, kind
|