mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
275 B
275 B
category
| category |
|---|
| minorAnalysis |
- Fixed taint propagation for attribute assignment. In the assignment
x.foo = taintedwe no longer treat the entire objectxas tainted, just because the attributefoocontains tainted data. This leads to slightly fewer false positives.