Kylin
Results
2
issues of
Kylin
Hi, my code is fairly simple, using pymysql within the Flask framework, but I have been unable to detect SQL injection. By using pyre_dump() and reveal_type(), I have identified the...
Hi, After setting the environment variable as: ```shell export PYTHONPATH='/absolute/path/to/my/project' ``` I used absolute imports in different packages of my Python project. However, when I use pyre_dump(), I notice that...