Files
codeql/python/ql/test/library-tests/taint/exception_traceback/TestNode.ql
2022-03-09 18:28:12 +01:00

8 lines
252 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().asAstNode().toString(), node.getTaintKind()