mirror of
https://github.com/github/codeql.git
synced 2026-03-17 21:16:48 +01:00
296 B
296 B
0.1.3
Minor Analysis Improvements
- The "XML external entity expansion" (
cpp/external-entity-expansion) query precision has been increased tohigh. - The
cpp/unused-local-variableno longer ignores functions that includeifandswitchstatements with C++17-style initializers.