Files
codeql/python/ql/test/library-tests/web/flask/Taint.ql
2020-01-28 13:05:25 +01:00

9 lines
310 B
Plaintext

import python
import semmle.python.web.HttpRequest
import semmle.python.web.HttpResponse
import semmle.python.security.strings.Untrusted
from TaintedNode node
where node.getLocation().getFile().getShortName() = "test.py"
select node.getLocation().toString(), node.getAstNode().toString(), node.getTaintKind()