mirror of
https://github.com/github/codeql.git
synced 2026-08-05 09:53:29 +02:00
379 B
379 B
category
| category |
|---|
| deprecated |
- Models-as-data flow summaries now use fully qualified field names (for example,
MyNamespace::MyStruct::myField) instead of unqualified field names such asmyField. We recommend updating existing flow summaries to use fully qualified field names. Unqualified field names are still supported, but that support will be removed in a future release.