Merge pull request #6557 from yoff/python/port-modification-of-default-value

Python: port modification of default value
This commit is contained in:
Rasmus Wriedt Larsen
2021-09-21 10:12:12 +02:00
committed by GitHub
12 changed files with 580 additions and 110 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Updated _Modification of parameter with default_ (`py/modification-of-default-value`) query to use the new data flow library instead of the old taint tracking library and to remove the use 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.