Files
codeql/python/ql/test/library-tests/web/pyramid/HttpResponseSinks.ql
Rasmus Wriedt Larsen c25782d6da Python: For web tests, use more precise name HttpResponseSinks
Since there are also HttpRedirectTaintSink, using HttpSink is confusing
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