mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
369 B
369 B
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.