Files
codeql/python/ql/test/library-tests/web/tornado/HttpResponseSinks.ql
2020-01-28 13:06:48 +01:00

8 lines
190 B
Plaintext

import python
import semmle.python.web.HttpResponse
import semmle.python.security.strings.Untrusted
from HttpResponseTaintSink sink, TaintKind kind
where sink.sinks(kind)
select sink, kind