Merge pull request #5255 from RasmusWL/port-flask-debug

Python: port py/flask-debug query
This commit is contained in:
yoff
2021-03-05 09:39:14 +01:00
committed by GitHub
5 changed files with 38 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Updated _Flask app is run in debug mode_ (`py/flask-debug`) query to use the new type-tracking approach instead of points-to analysis. You may see differences in the results found by the query, but overall this change should result in a more robust and accurate analysis.