Files
codeql/python/ql/test/library-tests/taint/exception_traceback/TestNode.ql
2020-03-30 11:59:10 +02:00

8 lines
250 B
Plaintext

import python
import semmle.python.security.Exceptions
import semmle.python.web.HttpResponse
from TaintedNode node
where not node.getLocation().getFile().inStdlib()
select node.getLocation(), node.getNode().getNode().toString(), node.getTaintKind()