Files
codeql/python/ql/test/library-tests/web/stdlib/HttpResponseSinks.ql
2020-04-22 17:28:27 +02: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