mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
719 B
719 B
Improvements to C# analysis
General improvements
New queries
| Query | Tags | Purpose |
|---|
Changes to existing queries
| @name of query (Query ID)| Impact on results | How/why the query has changed | | Off-by-one comparison against container length (cs/index-out-of-bounds) | Fewer false positives | Results have been removed when there are additional guards on the index. |