mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
490 B
490 B
7.1.0
New Features
- Data flow barriers and barrier guards can now be added using data extensions. For more information see Customizing library models for Python.
Minor Analysis Improvements
- The Python extractor now supports unpacking in comprehensions, e.g.
[*x for x in nested](as defined in PEP-798) that will be part of Python 3.15.