mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
5 lines
277 B
Markdown
5 lines
277 B
Markdown
lgtm,codescanning
|
|
* Modeling of libraries supporting PEP249 has been changed to use API graphs. When defining new
|
|
models, the relevant extension point is now `PEP249ModuleApiNode` in the `PEP249` module, instead
|
|
of `PEP249Module`. The latter class has now been deprecated.
|