mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
5 lines
309 B
Markdown
5 lines
309 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* 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 usage `SINK(Foo.my_tuples[0])`.
|