mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
321 B
321 B
0.11.3
Minor Analysis Improvements
- Added basic flow for attributes defined on classes, when the attribute lookup is on a direct reference to that class (so not instance, cls parameter, or self parameter). Example: class definition
class Foo: my_tuples = (dangerous, safe)and usageSINK(Foo.my_tuples[0]).