Merge pull request #5118 from yoff/python-port-stacktrace-exosure

Python: Port stack trace exposure
This commit is contained in:
Rasmus Wriedt Larsen
2021-03-16 14:52:44 +01:00
committed by GitHub
10 changed files with 163 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Updated _Information exposure through an exception_ (`py/stack-trace-exposure`) query to use the new data-flow library and 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.