Welcome to PyT’s documentation!¶
pyt is static analysis tool for detecting security vulnerabilities in Python3 web applications. It uses the ast module to parse Python and then performs a variant of reaching definitions to track taint from source to sink.
The main documentation for the tool is organized into a few sections:
User Documentation¶
About PyT¶