mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Release preparation for version 2.15.3
This commit is contained in:
5
python/ql/lib/change-notes/released/0.11.3.md
Normal file
5
python/ql/lib/change-notes/released/0.11.3.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 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 usage `SINK(Foo.my_tuples[0])`.
|
||||
Reference in New Issue
Block a user