Python: Add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-08-30 11:27:55 +02:00
parent a762373ad6
commit 1903cb8f82

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.